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 9fb9b00 commit 1677502Copy full SHA for 1677502
package.json
@@ -57,7 +57,7 @@
57
"build:start": "npx vite-node src/utils/buildStart.ts",
58
"build": "npm run build:start && npx vite-node src/extension.ts",
59
"export": "npm run build && vsce package",
60
- "publish": "npm run export && npx vsce publish",
+ "publish": "npm run build && npx vsce publish",
61
"format": "prettier --write .",
62
"lint": "eslint .",
63
"lint:fix": "eslint --fix .",
0 commit comments