[gulp] Add build script in package.json

This commit is contained in:
Joxit 2016-07-23 23:01:31 +02:00
parent d5f1ca7951
commit f05464e2ec
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{
"name": "docker-registry-ui",
"version": "0.1.0",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",
"url": "https://github.com/Joxit/docker-registry-ui.git"