npm scriptを追加

npm run stylelintで実行可能
This commit is contained in:
eai04191 2019-03-10 18:22:16 +09:00
parent b8f7b5dfe0
commit 83d0fb3a7a
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --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"
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"stylelint": "stylelint resources/assets/sass/*"
},
"devDependencies": {
"bootstrap": "^4.2.1",