Skip to content

Commit

Permalink
fix(core): postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Nov 23, 2024
1 parent d321085 commit 76dd9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:cjs": "tsc",
"build:esm": "esbuild './src/**/*.ts' --outdir=dist --out-extension:.js=.mjs && pnpm build:esm-transform",
"build:esm-transform": "pnpm -w esm-transform $PWD/dist",
"postinstall": "test -f dist/__scripts__/postinstall.js && node dist/__scripts__/postinstall.js"
"postinstall": "node dist/__scripts__/postinstall.js || true"
},
"exports": {
".": {
Expand Down

0 comments on commit 76dd9e3

Please sign in to comment.