Skip to content

Commit 4b0f7e5

Browse files
committed
add prepackage command
1 parent 9893db0 commit 4b0f7e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"watch": "tsc -watch -p ./",
127127
"pretest": "npm run clean && npm run compile",
128128
"test": "node ./out/test/runTest.js",
129+
"prepackage": "npm run clean && npm run compile",
129130
"package": "./node_modules/.bin/vsce package",
130131
"clean": "rm -rf ./out",
131132
"clean-all": "rm -f ./confluence-markup*.vsix; rm -rf ./.vscode-test; rm -rf ./out; rm -rf ./node_modules"

0 commit comments

Comments
 (0)