Skip to content

Commit

Permalink
start node
Browse files Browse the repository at this point in the history
  • Loading branch information
udaydenduluri33 committed Feb 4, 2020
1 parent 602d975 commit e9468dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node ./dist/rpx-exui/api/server.bundle.js",
"build:node": "cd api && yarn build",
"build:prod": "ng build --prod",
"start:node": "cd api && yarn start:dev",
"start:node": "cd api && yarn run watch",
"lint:node": "cd api && yarn lint",
"test:node": "cd api && yarn test",
"coverage:node": "cd api && yarn coverage",
Expand Down

0 comments on commit e9468dd

Please sign in to comment.