npm run dev = gulp run_dev
This commit is contained in:
parent
6f59c560a5
commit
9163129347
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"dev": "node index.js",
|
"dev": "gulp run_dev",
|
||||||
"prod": "node index.js"
|
"prod": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "b1ek",
|
"author": "b1ek",
|
||||||
|
|
Loading…
Reference in New Issue