Skip to content

Commit

Permalink
Tools: Added command to rebuild server files
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 15, 2021
1 parent fb935dd commit eba1d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/package.json
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
"start-dev-no-watch": "node dist/app.js --env dev",
"rebuild": "npm run clean && npm run build && npm run tsc",
"build": "gulp build",
"postinstall": "npm run build",
"devCreateDb": "node dist/app.js --env dev --create-db",
Expand Down

0 comments on commit eba1d6d

Please sign in to comment.