mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 20:51:23 +00:00
Added procfile
This commit is contained in:
parent
e293e1b5ca
commit
b65d5283a5
3 changed files with 2 additions and 3 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
web: npm start
|
|
@ -9,7 +9,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "NODE_ENV=test mocha spec/",
|
"test": "NODE_ENV=test mocha spec/",
|
||||||
"start": "node index.js",
|
"start": "npm run compile:react && node index.js",
|
||||||
"compile:dev:react": "node_modules/react-tools/bin/jsx --watch --no-cache-dir --source-map-inline -x jsx lib/react/ public/js/",
|
"compile:dev:react": "node_modules/react-tools/bin/jsx --watch --no-cache-dir --source-map-inline -x jsx lib/react/ public/js/",
|
||||||
"compile:react": "node_modules/react-tools/bin/jsx -x jsx lib/react/ public/js/",
|
"compile:react": "node_modules/react-tools/bin/jsx -x jsx lib/react/ public/js/",
|
||||||
"dev": "nodemon index.js"
|
"dev": "nodemon index.js"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue