Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivodolenc committed May 10, 2023
1 parent 9fb9b00 commit 1677502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"build:start": "npx vite-node src/utils/buildStart.ts",
"build": "npm run build:start && npx vite-node src/extension.ts",
"export": "npm run build && vsce package",
"publish": "npm run export && npx vsce publish",
"publish": "npm run build && npx vsce publish",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down

0 comments on commit 1677502

Please sign in to comment.