Skip to content

Commit

Permalink
fix: fix yoga-wasm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Dec 8, 2024
1 parent 557d395 commit 601b8d7
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 @@ -31,7 +31,7 @@
"lint": "biome check --fix",
"format": "biome format --write .",
"preversion": "bun run format && git add .",
"build": "bun build ./src/index.tsx --minify --outfile ./dist/cli.js --target node --footer '// Built with Bun! (https://bun.sh)' && cp node_modules/yoga-wasm-web/dist/yoga.wasm dist/",
"build": "bun build ./src/index.tsx --minify --outdir ./dist --target node --footer '// Built with Bun! (https://bun.sh)' --external=yoga-wasm-web",
"prepublishOnly": "bun run build"
},
"peerDependencies": {
Expand Down

0 comments on commit 601b8d7

Please sign in to comment.