Change to npm
This commit is contained in:
parent
e2c9f291b5
commit
e64a0b2ae3
|
@ -2,8 +2,8 @@
|
|||
command = """
|
||||
composer test \
|
||||
&& composer prod \
|
||||
&& yarn lint --fix-dry-run \
|
||||
&& yarn prod \
|
||||
&& npm run lint --fix-dry-run \
|
||||
&& npm run prod \
|
||||
&& cp -R source/dist output_prod
|
||||
"""
|
||||
publish = "output_prod"
|
||||
|
|
10883
package-lock.json
generated
Normal file
10883
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
"scripts": {
|
||||
"dev": "npm run development",
|
||||
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"lint": "eslint --ext .js,.vue resources/js/{components,app.js}",
|
||||
"lint": "eslint --ext .js,.vue resources/js/app.js",
|
||||
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"prod": "npm run production",
|
||||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
|
@ -34,5 +34,8 @@
|
|||
"tailwindcss-visuallyhidden": "^1.0.1",
|
||||
"tailwindcss-vuejs": "^1.0.0",
|
||||
"vue": "^2.5.17"
|
||||
},
|
||||
"engines": {
|
||||
"yarn": "YARN NO LONGER USED - use npm instead."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue