Skip to content

Commit

Permalink
build on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Feb 24, 2024
1 parent 07269f1 commit 2a651b5
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 @@ -8,7 +8,7 @@
"test": "bun test test/*.test.mjs",
"build:res": "rescript",
"build": "npm run build:res && esbuild --external:edgedb --external:chokidar --external:fast-glob --platform=node --bundle cli/Cli.mjs --outfile=dist/Cli.js --minify --tree-shaking",
"prepublish": "build"
"prepublish": "npm run build"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit 2a651b5

Please sign in to comment.