Commit 02aaaa1 1 parent 43db70a commit 02aaaa1 Copy full SHA for 02aaaa1
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 54
54
}
55
55
},
56
56
"scripts" : {
57
- "ci " : " ./node_modules/gulp/bin/gulp.js ci " ,
57
+ "set node version " : " n 10 " ,
58
58
"start" : " ./node_modules/gulp/bin/gulp.js default" ,
59
- "build" : " ./node_modules/gulp/bin/gulp.js build"
59
+ "build" : " ./node_modules/gulp/bin/gulp.js build" ,
60
+ "stylelint:fix" : " ./node_modules/.bin/stylelint --syntax 'scss' ./Assets/Scss/**/*.scss --fix --custom-formatter=./node_modules/stylelint-formatter-pretty || exit 0" ,
61
+ "stylelint:check" : " ./node_modules/.bin/stylelint --syntax 'scss' ./Assets/Scss/**/*.scss --custom-formatter=./node_modules/stylelint-formatter-pretty" ,
62
+ "eslint:fix" : " ./node_modules/.bin/eslint -c ./.eslintrc.json --fix ./Assets/JavaScript || exit 0" ,
63
+ "eslint:check" : " ./node_modules/.bin/eslint -c ./.eslintrc.json ./Assets/JavaScript || exit 0"
60
64
}
61
65
}
You can’t perform that action at this time.
0 commit comments