Explorar el Código

add 'npm build' script that launch grunt

Quentin Bramas hace 8 años
padre
commit
338a7b0ff9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -7,7 +7,8 @@
   "main": "js/reveal.js",
   "scripts": {
     "test": "grunt test",
-    "start": "grunt serve"
+    "start": "grunt serve",
+    "build": "grunt"
   },
   "author": {
     "name": "Hakim El Hattab",