Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 22, 2023
1 parent e4bc044 commit 6ca7581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ENV CAPROVER_GIT_COMMIT_SHA=${CAPROVER_GIT_COMMIT_SHA}",
"RUN yarn",
"RUN npx prisma generate",
"RUN npx tsc",
"RUN npm build",
"ENV NODE_ENV production",
"ENV PORT 80",
"EXPOSE 80",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.ts",
"scripts": {
"start": "npx tsc && node ./bin/index.js",
"build" : "npx tsc",
"deploy": "npx tsc && node bin/deploy-commands.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 6ca7581

Please sign in to comment.