Add command to update Vue-DevTools
This commit is contained in:
parent
2250d86bc3
commit
ec0c68c881
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user