Explorar el Código

npm run build no longer executes tests

Hakim El Hattab hace 4 años
padre
commit
e852e53792
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",