Skip to content

Commit

Permalink
#build-patch: use bash for running scripts in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 4, 2024
1 parent 3e81502 commit 4f58911
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 @@ -49,7 +49,7 @@
"build:esm": "tsc -p tsconfig.esm.json && npm run rename:esm",
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"clean": "rimraf dist",
"rename:esm": "/bin/zsh ./scripts/fix-mjs.sh",
"rename:esm": "/bin/bash ./scripts/fix-mjs.sh",
"prepack": "npm run clean && npm run build",
"sca:watch:types": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run tsc:run'",
"sca:watch:lint": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run lint'",
Expand Down

0 comments on commit 4f58911

Please sign in to comment.