add 'npm build' script that launch grunt
This commit is contained in:
		| @@ -7,7 +7,8 @@ | |||||||
|   "main": "js/reveal.js", |   "main": "js/reveal.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "grunt test", |     "test": "grunt test", | ||||||
|     "start": "grunt serve" |     "start": "grunt serve", | ||||||
|  |     "build": "grunt" | ||||||
|   }, |   }, | ||||||
|   "author": { |   "author": { | ||||||
|     "name": "Hakim El Hattab", |     "name": "Hakim El Hattab", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user