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 9a362f1 commit 07269f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"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"
"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"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit 07269f1

Please sign in to comment.