package.json: "gulp all" should be "gulp build-assets"
This commit is contained in:
parent
f40b498ffb
commit
5e85f63d37
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
"gulp-uglify": "^3.0.0"
|
"gulp-uglify": "^3.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp all",
|
"build": "gulp build-assets",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Henrik Hautakoski <henrik.hautakoski@gmail.com>",
|
"author": "Henrik Hautakoski <henrik.hautakoski@gmail.com>",
|
||||||
|
|
|
||||||
Reference in a new issue