add 'npm build' script that launch grunt
parent
bac187f3a0
commit
338a7b0ff9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue