Przeglądaj źródła

add 'npm build' script that launch grunt

Quentin Bramas 8 lat temu
rodzic
commit
338a7b0ff9
1 zmienionych plików z 2 dodań i 1 usunięć
  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",