Skip to content

Commit

Permalink
add arm64/x64 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed May 22, 2024
1 parent d234476 commit 277808e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lint:write": "eslint './**' --fix && npx prettier --write .",
"package": "npm run -w packages/cli package",
"package:linux": "npm run -w packages/cli package:linux",
"package:macos": "npm run -w packages/cli package:macos",
"package:macos:x64": "npm run -w packages/cli package:macos:x64",
"package:macos:arm64": "npm run -w packages/cli package:macos:arm64",
"zombie": "node ./packages/cli/dist/cli.js",
"test": "npm run test --workspaces --if-present",
"postinstall": "if [[ -f .husky/post-install.js ]]; then cd .. && node javascript/.husky/post-install.js; fi"
Expand Down

0 comments on commit 277808e

Please sign in to comment.