Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 679eeaf

Browse files
committed
chore(dev): add 'npm run start-production' command to make it easier to run the server in prod mode
1 parent 26c26f1 commit 679eeaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Firefox Accounts Content Server",
55
"scripts": {
66
"start": "grunt server",
7+
"start-production": "grunt build && CONFIG_FILES=server/config/local.json,server/config/production.json grunt serverproc:dist",
78
"postinstall": "bower update --config.interactive=false -s",
89
"test": "intern-runner config=tests/intern",
910
"test-functional": "intern-runner config=tests/intern_functional",

0 commit comments

Comments
 (0)