We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cd960 commit 7ae320bCopy full SHA for 7ae320b
.vscodeignore
@@ -10,3 +10,5 @@ out/test/**
10
images/jsdoc-icon.psd
11
src/**
12
jsdoc-comment-toggler-
13
+.nvmrc
14
+logs
package.json
@@ -84,6 +84,7 @@
84
"watch": "tsc -watch -p ./",
85
"_pack": "vsce package",
86
"_upload": "vsce publish",
87
+ "pack": "npm-run-all clean compile _pack",
88
"pub": "npm-run-all clean compile _pack _upload",
89
"_run-test": "node --env-file .env --async-stack-traces ./out/test/runTest.js",
90
"test": "npm-run-all compile _run-test"
0 commit comments