npm run dev = gulp run_dev

This commit is contained in:
b1ek 2023-03-04 16:56:49 +10:00
parent 6f59c560a5
commit 9163129347
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js",
"dev": "gulp run_dev",
"prod": "node index.js"
},
"author": "b1ek",