Skip to content

Commit

Permalink
npx --package typescript tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlevy0 committed Dec 5, 2023
1 parent b5e4d63 commit 4b68ba8
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 @@ -12,7 +12,7 @@
"test": "jest",
"installAll": "npm i && cd amplify/backend/function/S3Triggera6bc74ca && npm i && cd -",
"i": "npm run installAll",
"amplify:S3Triggera6bc74ca": "cd amplify/backend/function/S3Triggera6bc74ca && npx tsc -p ./tsconfig.json && cd -",
"amplify:S3Triggera6bc74ca": "cd amplify/backend/function/S3Triggera6bc74ca && npx --package typescript tsc -p ./tsconfig.json && cd -",
"---": "---",
"invoke": "cd amplify/backend/function/S3Triggera6bc74ca && sam local invoke 'LambdaFunction' -e lib/event.json -t S3Triggera6bc74ca-cloudformation-template.json",
"run:invoke": "npm run amplify:S3Triggera6bc74ca && npm run invoke && cd -",
Expand Down

0 comments on commit 4b68ba8

Please sign in to comment.