Skip to content

Commit

Permalink
fix(psychic-server): fixing typescript configuration on build
Browse files Browse the repository at this point in the history
  • Loading branch information
rallieon committed Apr 18, 2021
1 parent 24ab00a commit a7adbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/psychic-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint": "eslint src --ext .ts",
"pretty": "prettier --write \"src/**/*.ts\"",
"preserve": "npm run build",
"serve": "concurrently \"tsc --watch\" \"nodemon -q dist/index.js\"",
"serve": "concurrently \"tsc -p tsconfig.build.json --watch\" \"nodemon -q dist/index.js\"",
"prestart": "npm run build",
"start": "node dist/index.js"
},
Expand Down

0 comments on commit a7adbb7

Please sign in to comment.