Skip to content

Commit b61f671

Browse files
committed
Added refresh script
1 parent 90a5ac5 commit b61f671

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
"pretest": "npm run compile",
465465
"pretty": "prettier --config .prettierrc --loglevel warn .",
466466
"pub": "vsce publish",
467+
"refresh": "npm run clean && shx rm -rf ./node_modules && npm install",
467468
"test": "node ./out/test/runTests.js",
468469
"test:unit": "SET TS_NODE_PROJECT=./tsconfig.tests.json && mocha -r ts-node/register test/unit/*.test.ts",
469470
"vscode:prepublish": "npm run bundle",

0 commit comments

Comments
 (0)