Skip to content

Commit

Permalink
do not use pushd and popd when pnpm wasm:build (#516)
Browse files Browse the repository at this point in the history
Co-authored-by: tudor <[email protected]>
  • Loading branch information
copiltembel and tudor authored Feb 3, 2025
1 parent 54f0373 commit 57f9370
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 @@ -12,7 +12,7 @@
"ci:publish": "pnpm changeset publish",
"build:all": "pnpm wasm:build && pnpm ts:build",
"ts:build": "pnpm -r --filter \"./packages/**\" build",
"wasm:build": "bash -c \"pushd postgres-pglite && ./pglite/cibuild/build-with-docker.sh && popd && cp -r postgres-pglite/pglite/dist ./packages/pglite/release \""
"wasm:build": "cd postgres-pglite && ./pglite/cibuild/build-with-docker.sh && cd .. && cp -r postgres-pglite/pglite/dist ./packages/pglite/release"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down

0 comments on commit 57f9370

Please sign in to comment.