Skip to content

Commit

Permalink
fix: notify slack lambda function had missing scripts in package.json (
Browse files Browse the repository at this point in the history
  • Loading branch information
craigzour authored May 9, 2024
1 parent 87c2939 commit db9f8cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lambda-code/notify-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "main.js",
"type": "module",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc --project tsconfig.json",
"build:dev": "tsc --project tsconfig.json --watch",
"postbuild": "cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cd ./dist && yarn install --production",
"test": "vitest --coverage"
},
"license": "MIT",
Expand Down

0 comments on commit db9f8cd

Please sign in to comment.