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.
3434- ` npm run build ` builds the app into ` /dist ` directory.
3535- ` npm run clean ` removes ` /dist ` directory.
3636- ` 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 ` .
3738- ` npm run watch ` runs the app with ` webpack-dev-server ` .
Original file line number Diff line number Diff line change 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" ,
4241 "build:html" : " appcache-manifest-fixer src/index.html -o dist/index.html" ,
4342 "build:js" : " webpack --progress --hide-modules" ,
4443 "build:monaco" : " node scripts/copy-monaco" ,
4847 "deploy" : " node scripts/deploy" ,
4948 "preversion" : " npm run build" ,
5049 "postversion" : " git push && git push --tags && npm run deploy" ,
50+ "update-deps" : " npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental" ,
5151 "watch" : " cross-env NODE_ENV=development run-p watch:* -s" ,
5252 "watch:html" : " cpx src/index.html dist --watch" ,
5353 "watch:js" : " webpack-dev-server --open --hot" ,
You can’t perform that action at this time.
0 commit comments