Skip to content

Commit

Permalink
fix start script for cards servce
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPawlett committed May 4, 2020
1 parent 7a597d0 commit e5836e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cards-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --inspect --respawn --transpileOnly ./src/index.ts",
"start": "node ./build/src/index.js",
"start": "node ./build/index.js",
"ci": "jest --watch",
"test": "jest --coverage",
"lint": "tslint -p tsconfig.json"
Expand Down

0 comments on commit e5836e9

Please sign in to comment.