Skip to content

Commit

Permalink
build: add more binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Dec 12, 2024
1 parent ee46044 commit fcb08fa
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 @@
"start": "node dist/geostyler.js",
"lint": "eslint . && tsc --noEmit --project tsconfig.json",
"test": "node test.js",
"build-binaries": "npm run build && pkg dist/geostyler.js --targets node18-linux-x64,node18-macos-x64,node18-win-x64 --out-path binaries",
"build-binaries": "npm run build && pkg dist/geostyler.js --targets node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-macos-arm64,node18-win-x64 --out-path binaries",
"package-binaries": "npm run build-binaries && node package-binaries.js",
"prepublishOnly": "npm run build",
"postpublish": "npm run package-binaries"
Expand Down

0 comments on commit fcb08fa

Please sign in to comment.