Skip to content

Commit 4da9242

Browse files
committed
Chore: improve build script
1 parent ecc4612 commit 4da9242

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cpx": "^1.5.0",
1919
"cross-env": "^5.1.1",
2020
"css-loader": "^0.28.7",
21-
"eslint": "^4.12.0",
21+
"eslint": "^4.12.1",
2222
"eslint-config-mysticatea": "^12.0.0",
2323
"eslint-plugin-vue": "^4.0.0-beta.0",
2424
"file-loader": "^1.1.5",
@@ -38,6 +38,7 @@
3838
},
3939
"scripts": {
4040
"build": "cross-env NODE_ENV=production run-s clean build:* -s",
41+
"build:update-deps": "npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental",
4142
"build:html": "appcache-manifest-fixer src/index.html -o dist/index.html",
4243
"build:js": "webpack --progress --hide-modules",
4344
"build:monaco": "node scripts/copy-monaco",

0 commit comments

Comments
 (0)