Archived
1
0
Fork 0

package.json: "gulp all" should be "gulp build-assets"

This commit is contained in:
Henrik Hautakoski 2018-06-25 15:18:21 +02:00
parent f40b498ffb
commit 5e85f63d37
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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>",