add 'npm build' script that launch grunt

This commit is contained in:
Quentin Bramas 2016-06-28 14:31:37 +02:00
parent bac187f3a0
commit 338a7b0ff9
1 changed files with 2 additions and 1 deletions

View File

@ -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",