Merge pull request #144 from shikorism/fix/stylelint-args

stylelintの対象ファイルパターンを修正
This commit is contained in:
shibafu 2019-03-10 21:46:59 +09:00 committed by GitHub
commit a58811a8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"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",
"stylelint": "stylelint resources/assets/sass/*"
"stylelint": "stylelint resources/assets/sass/**/*"
},
"devDependencies": {
"bootstrap": "^4.3.1",