Skip to content

Commit 1677502

Browse files
committed
chore: update publish script
1 parent 9fb9b00 commit 1677502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"build:start": "npx vite-node src/utils/buildStart.ts",
5858
"build": "npm run build:start && npx vite-node src/extension.ts",
5959
"export": "npm run build && vsce package",
60-
"publish": "npm run export && npx vsce publish",
60+
"publish": "npm run build && npx vsce publish",
6161
"format": "prettier --write .",
6262
"lint": "eslint .",
6363
"lint:fix": "eslint --fix .",

0 commit comments

Comments
 (0)