Parcourir la source

npm run build no longer executes tests

Hakim El Hattab il y a 4 ans
Parent
commit
e852e53792
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

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