+ NPM scripts: start,dev-start and dev-stop
This commit is contained in:
parent
e58af6217f
commit
65802229d2
|
|
@ -5,7 +5,9 @@
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "DEBUG=* node src/index.js"
|
"start": "node src/index.js samples",
|
||||||
|
"dev-start": "sudo docker-compose -f docker/docker-compose.yml up -d",
|
||||||
|
"dev-stop": "sudo docker-compose -f docker/docker-compose.yml stop"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user