File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ Please use GitHub's Issues/PRs.
34
34
- ` npm run build ` builds the app into ` /dist ` directory.
35
35
- ` npm run clean ` removes ` /dist ` directory.
36
36
- ` npm run deploy ` builds the app, then updates ` gh-pages ` branch, then pushes it to GitHub.
37
+ - ` npm run update-deps ` installs the latest ` eslint ` , ` eslint-plugin-vue ` , and ` vue-eslint-parser ` .
37
38
- ` npm run watch ` runs the app with ` webpack-dev-server ` .
Original file line number Diff line number Diff line change 38
38
},
39
39
"scripts" : {
40
40
"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" ,
42
41
"build:html" : " appcache-manifest-fixer src/index.html -o dist/index.html" ,
43
42
"build:js" : " webpack --progress --hide-modules" ,
44
43
"build:monaco" : " node scripts/copy-monaco" ,
48
47
"deploy" : " node scripts/deploy" ,
49
48
"preversion" : " npm run build" ,
50
49
"postversion" : " git push && git push --tags && npm run deploy" ,
50
+ "update-deps" : " npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental" ,
51
51
"watch" : " cross-env NODE_ENV=development run-p watch:* -s" ,
52
52
"watch:html" : " cpx src/index.html dist --watch" ,
53
53
"watch:js" : " webpack-dev-server --open --hot" ,
You can’t perform that action at this time.
0 commit comments