Skip to content

Commit 70aaf0b

Browse files
committed
[TASK] Remove n from builds
1 parent 4390c90 commit 70aaf0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Resources/Build/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
},
3535
"scripts": {
3636
"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"
4242
},
4343
"dependencies": {
4444
"bootstrap": "^4.3.1",

0 commit comments

Comments
 (0)