Skip to content

Commit

Permalink
fix: specify bash command to fix scripts when using Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrickson-tyler committed Aug 12, 2024
1 parent cebcde8 commit 362e841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"synth": "npm ci && npm run build && cdk synth && npm run display-url",
"deploy": "npm ci && npm run build && cdk deploy && npm run display-url",
"display-url": "echo \"$(<./exports/C3WorkspaceAppUrl.txt )\"",
"insert-placeholders": "npm run style:fix && ./scripts/insert-placeholders.sh",
"compress-files": "./scripts/compress-files.sh",
"insert-placeholders": "npm run style:fix && bash ./scripts/insert-placeholders.sh",
"compress-files": "bash ./scripts/compress-files.sh",
"postinstall": "npm --prefix ./lib/lambda/c3-create-payment-request ci && npm --prefix ./lib/lambda/c3-email-receipt ci && npm --prefix ./lib/lambda/c3-submit-payment ci && npm --prefix ./lib/lambda/c3-tokenize-transaction ci && npm --prefix ./lib/lambda/c3-subject-lookup ci && npm --prefix ./lib/lambda/c3-send-agent-message ci",
"prepare": "husky"
},
Expand Down

0 comments on commit 362e841

Please sign in to comment.