mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-21 04:26:47 +00:00
Merge pull request #19 from seripap/bugfix/container-scripts
Updated container scripts
This commit is contained in:
commit
912389c995
2
Procfile
2
Procfile
@ -1 +1 @@
|
||||
web: port=$PORT npm start
|
||||
web: npm run bundle && port=$PORT npm start
|
||||
|
@ -40,7 +40,7 @@
|
||||
"vinyl-source-stream": "^1.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npm run bundle && node index.js",
|
||||
"start": "node index.js",
|
||||
"dev": "npm run bundle && gulp start",
|
||||
"bundle": "gulp bundle",
|
||||
"test": "npm run bundle && gulp test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user