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 9893db0 commit 4b0f7e5Copy full SHA for 4b0f7e5
package.json
@@ -126,6 +126,7 @@
126
"watch": "tsc -watch -p ./",
127
"pretest": "npm run clean && npm run compile",
128
"test": "node ./out/test/runTest.js",
129
+ "prepackage": "npm run clean && npm run compile",
130
"package": "./node_modules/.bin/vsce package",
131
"clean": "rm -rf ./out",
132
"clean-all": "rm -f ./confluence-markup*.vsix; rm -rf ./.vscode-test; rm -rf ./out; rm -rf ./node_modules"
0 commit comments