Skip to content

Commit

Permalink
fix: build:
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
  • Loading branch information
explodingcamera committed Oct 4, 2023
1 parent bf1ff43 commit ce6e49f
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 @@ -25,6 +25,7 @@
"build": "npm run build:bun && npm run types",
"build:bun": "bun build ./src/index.ts --minify --outdir=lib --target=node --external:crypto --format=esm",
"dev": "bun example/test.ts",
"test": "bun test",
"release": "release-it",
"types": "tsc -p tsconfig.build.json",
"preversion": "npm run build"
Expand All @@ -49,4 +50,4 @@
"node": ">=18"
},
"engineStrict": false
}
}

0 comments on commit ce6e49f

Please sign in to comment.