Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
paolocattani committed Feb 18, 2021
1 parent fbce485 commit 56819a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"dev:server": "cd server && npm run dev",
"dev:client": "npm run CRA:start",
"-----PRODUCTION----": "---------------------------",
"prod:server": "cd server && npm run prod",
"prod:server:js": "cd server && npm run prod",
"prod:server": "cd server && npm run prod:ts",
"prod:build:server": "tsc --pretty --allowJs --outDir ./build_server -p ./server/tsconfig.json",
"-----HEROKU----": "---------------------------",
"heroku-prebuild": "cd server && npm ci && ./node_modules/.bin/pm2 install pm2-intercom",
Expand Down

0 comments on commit 56819a2

Please sign in to comment.