Skip to content

Commit

Permalink
Updated ecosystem run script to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sipe90 committed Dec 28, 2018
1 parent 3ae520a commit 5cc0f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecosystem.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apps": [{
"name": "tradfri-control-panel",
"script": "./src/server/app.ts",
"script": "npm start",
"watch": false,
"env": {
"NODE_ENV": "production",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cc0f77

Please sign in to comment.