aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-06-09 09:18:17 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-06-09 09:18:27 +0200
commit15815efe05ca69c35ce66cfdbf93316e1db66ecb (patch)
tree6ef04edb4c1292565d857f1f13eb23a63a9d44b9
parentf01495267329a0c4f7b7b7f633abeb0a15265bac (diff)
downloadfosdem-2021-minimalism-presentation-15815efe05ca69c35ce66cfdbf93316e1db66ecb.tar
fosdem-2021-minimalism-presentation-15815efe05ca69c35ce66cfdbf93316e1db66ecb.tar.gz
npm run build now uses default gulp task
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b1f45e5..b76fd03 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"scripts": {
"test": "gulp test",
"start": "gulp serve",
- "build": "gulp build"
+ "build": "gulp"
},
"author": {
"name": "Hakim El Hattab",