Skip to content

Commit

Permalink
build(vsc): build up visx package locally (#9800)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms authored Aug 31, 2023
1 parent d636c02 commit ee4e56a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,8 @@
"precommit": "npm run check-sensitive && lint-staged",
"updateFont": "node ./scripts/updateFont.js",
"previewFont": "start ./media/font/teamstoolkit.html",
"version": "bash ../../.github/scripts/vsc-version.sh"
"version": "bash ../../.github/scripts/vsc-version.sh",
"pack-local": "pnpm dlx vsce package --no-dependencies"
},
"devDependencies": {
"@azure/arm-subscriptions": "^5.0.0",
Expand Down

0 comments on commit ee4e56a

Please sign in to comment.