Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Oct 10, 2023
1 parent 450a1b5 commit f206b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/parquet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"scripts": {
"pre-build": "npm run build-worker",
"pre-build": "echo npm run build-worker",
"build-bundle": "ocular-bundle ./src/index.ts",
"build-worker": "esbuild src/workers/parquet-worker.ts --outfile=dist/parquet-worker.js --bundle --minify --sourcemap --external:{util,fs,path,crypto,events} --define:__VERSION__=\\\"$npm_package_version\\\""
},
Expand Down

0 comments on commit f206b28

Please sign in to comment.