npm scriptを追加
npm run stylelintで実行可能
This commit is contained in:
parent
b8f7b5dfe0
commit
83d0fb3a7a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user