Commit 70aaf0b 1 parent 4390c90 commit 70aaf0b Copy full SHA for 70aaf0b
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
"scripts" : {
36
36
"set-node-version" : " n 10" ,
37
- "webpack:build:dev" : " n 10 && ./node_modules/.bin/webpack --config ./webpack.dev.js" ,
38
- "webpack:build:dev:watch" : " n 10 && ./node_modules/.bin/webpack --config ./webpack.dev.js --watch" ,
39
- "webpack:build:live" : " n 10 && ./node_modules/.bin/webpack --config ./webpack.prod.js" ,
40
- "stylelint:fix" : " n 10 && ./node_modules/.bin/stylelint --syntax 'scss' ./Assets/Scss/**/*.scss --fix --custom-formatter=./node_modules/stylelint-formatter-pretty || exit 0" ,
41
- "eslint:fix" : " n 10 && ./node_modules/.bin/eslint -c ./.eslintrc.json --fix ./Assets || exit 0"
37
+ "webpack:build:dev" : " ./node_modules/.bin/webpack --config ./webpack.dev.js" ,
38
+ "webpack:build:dev:watch" : " ./node_modules/.bin/webpack --config ./webpack.dev.js --watch" ,
39
+ "webpack:build:live" : " ./node_modules/.bin/webpack --config ./webpack.prod.js" ,
40
+ "stylelint:fix" : " ./node_modules/.bin/stylelint --syntax 'scss' ./Assets/Scss/**/*.scss --fix --custom-formatter=./node_modules/stylelint-formatter-pretty || exit 0" ,
41
+ "eslint:fix" : " ./node_modules/.bin/eslint -c ./.eslintrc.json --fix ./Assets || exit 0"
42
42
},
43
43
"dependencies" : {
44
44
"bootstrap" : " ^4.3.1" ,
You can’t perform that action at this time.
0 commit comments