Skip to content

Commit

Permalink
chore: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 28, 2024
1 parent 509d9bf commit c648ed5
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 @@ -23,7 +23,7 @@
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=dist/extension.cjs --external:vscode --format=cjs --platform=node --target=node20.9",
"format": "prettier --write .",
"lint": "eslint --max-warnings 0 . && tsc",
"vscode:prepublish": "node ./build/minify-package-json.js && npm run esbuild-base -- --minify",
"vscode:prepublish": "node ./build/minify-package-json.mjs && npm run esbuild-base -- --minify",
"watch:esbuild": "npm run esbuild-base -- --sourcemap --watch",
"watch:tsc": "tsc --watch"
},
Expand Down

0 comments on commit c648ed5

Please sign in to comment.