Add a build script entry in package.json to let dev use gulp version from node_modules easily

This commit is contained in:
Phyks (Lucas Verney) 2019-01-04 23:41:04 +01:00
parent d43827cdd2
commit e8b667ca0c

View file

@ -4,6 +4,7 @@
"description": "Web client for BRouter", "description": "Web client for BRouter",
"main": "js/index.js", "main": "js/index.js",
"scripts": { "scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {