Skip to content

Commit

Permalink
Fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jun 12, 2024
1 parent f7d550f commit 7b5d0fd
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 @@
"scripts": {
"test": "cargo test",
"debug": "cargo build --message-format=json | npm exec neon dist",
"build": "npx tsc | cargo build --message-format=json --release | npm exec neon dist -- --name libsql-js",
"build": "npx tsc && cargo build --message-format=json --release | npm exec neon dist -- --name libsql-js",
"cross": "cross build --message-format=json --release | npm exec neon dist -- --name libsql-js -m /target",
"pack-build": "neon pack-build",
"prepack": "neon install-builds",
Expand Down

0 comments on commit 7b5d0fd

Please sign in to comment.