From ec0c68c881c3b244c405b0f5b7a7c5cbc64d8c11 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Thu, 7 Nov 2019 08:37:00 -0500 Subject: [PATCH] Add command to update Vue-DevTools --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61c4fc6..d4cfcba 100644 --- a/package.json +++ b/package.json @@ -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"