Skip to content

Commit

Permalink
chore(release): fix prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Mar 6, 2024
1 parent 6b67e15 commit 7ca4a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@
]
},
"scripts": {
"vscode:prepublish": "yarn run build-base --minify",
"package": "vsce package",
"vscode:prepublish": "esbuild ./src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node --target=node16 --minify",
"compile-tests": "tsc -p . --outDir out",
"compile-dist": "esbuild ./src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node --target=node16 --sourcemap",
"watch-tests": "tsc -p . -w --outDir out",
Expand Down

0 comments on commit 7ca4a2b

Please sign in to comment.