Skip to content
Snippets Groups Projects
Commit a25779c9 authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

Get rid of the unused npm config file and add --production flag to one of the npm start scripts.

parent 6ef0ed94
No related branches found
No related tags found
No related merge requests found
rootURL = http://127.0.0.1/html5client
#prodHome = /usr/share/meteor
......@@ -3,7 +3,7 @@
"description": "BigBlueButton HTML5 Client",
"scripts": {
"start": "if test \"$NODE_ENV\" = \"production\" ; then npm run start:prod; else npm run start:dev; fi",
"start:prod": "meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor",
"start:prod": "meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor --production",
"start:dev": "ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
"test": "wdio ./tests/webdriverio/wdio.conf.js",
"lint": "eslint . --ext .jsx,.js"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment