Skip to content

Commit

Permalink
Remove postbuild catchall script
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Jun 18, 2024
1 parent e6cba4d commit 34c1687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"build:esm": "tsc -p ./tsconfig.esm.json && echo '{\"type\": \"module\"}' > build/esm/package.json",
"build:dts": "tsc -p ./tsconfig.dts.json",
"build:text": "cp LICENSE *.md build/",
"postbuild": "npm-run-all --parallel postbuild:*",
"postbuild:cjs": "cat build/cjs/connection.js | sed 's/${process.env.ARANGOJS_VERSION}/'$(cat build/package.json | jq -r .version)'/g' > build/cjs/connection.js",
"postbuild:esm": "cat build/esm/connection.js | sed 's/${process.env.ARANGOJS_VERSION}/'$(cat build/package.json | jq -r .version)'/g' > build/esm/connection.js",
"prepare": "npm run build && node -e 'require(\".\");' && node -e 'import(\"./build/esm/index.js\")'"
Expand Down

0 comments on commit 34c1687

Please sign in to comment.