Add command to update Vue-DevTools

This commit is contained in:
The Jared Wilcurt 2019-11-07 08:37:00 -05:00 committed by GitHub
parent 2250d86bc3
commit ec0c68c881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@
"test": "npm run test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "jest --config jest.config.js --coverage --runInBand",
"validate": "npm run lint && npm run test:unit && npm run build:vue"
"validate": "npm run lint && npm run test:unit && npm run build:vue",
"update:vue-devtools": "rimraf ./node_modules/nw-vue-devtools && npm install"
},
"dependencies": {
"express": "^4.17.1"