Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajot-dev authored Feb 2, 2023
1 parent 73574a9 commit 1885121
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 @@ -6,7 +6,7 @@
"scripts": {
"open": "delay 1 && open-cli \"http://localhost:8000\"",
"start": "cross-env NODE_ENV=production node src/backend/index.js",
"start-test": "cross-env NODE_ENV=testing node src/backend/index.js",
"start-test": "node src/backend/index.js",
"start-local": "run-p start-test open",
"logs": "heroku logs --source app --tail",
"nav-sync": "node build/scripts/nav-sync.js"
Expand Down

0 comments on commit 1885121

Please sign in to comment.