Browse Source

npm run build now uses default gulp task

Hakim El Hattab 5 years ago
parent
commit
15815efe05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -10,7 +10,7 @@
   "scripts": {
     "test": "gulp test",
     "start": "gulp serve",
-    "build": "gulp build"
+    "build": "gulp"
   },
   "author": {
     "name": "Hakim El Hattab",