Skip to content

Commit

Permalink
Fix yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
rorymalcolm committed Jan 27, 2024
1 parent 27c86a5 commit d9cbcd2
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 @@ -17,7 +17,7 @@
"scripts": {
"deploy": "deno run --allow-read --allow-net --allow-run scripts/deploy.ts",
"test": "vitest",
"build:wasm": "wasm-pack build parquet-generator/ --out-dir parquet-generator/pkg/",
"build:wasm": "wasm-pack build parquet-generator/ --out-dir ./pkg",
"build": "npm run build:wasm"
}
}

0 comments on commit d9cbcd2

Please sign in to comment.