Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Fix npm prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 3, 2021
1 parent 01b1da2 commit 6f0476a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"start": "dotenv -e ./dotenv/.env -- ts-node-dev --respawn --transpile-only --files src/server.ts",
"prod": "node dist/server",
"prod": "node dist/src/server",
"clean": "rm -rf dist",
"build": "npm -s run clean && npm -s run generate && tsc",
"lint": "eslint --ext .ts,.tsx,.js,.jsx src tests",
Expand Down Expand Up @@ -104,4 +104,4 @@
"fs-capacitor": "^6.2.0",
"graphql-upload": "^12.0.0"
}
}
}

0 comments on commit 6f0476a

Please sign in to comment.