diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 56f562f..ada3b5d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "academicons": "^1.8.6" }, "scripts": { + "build": "./node_modules/gulp/bin/gulp.js", "watch": "./node_modules/gulp/bin/gulp.js watch" } } |