diff options
author | Quentin Bramas | 2016-06-28 14:31:37 +0200 |
---|---|---|
committer | Quentin Bramas | 2016-06-28 14:31:37 +0200 |
commit | 338a7b0ff9be7e26aa07252160fcf2135f125291 (patch) | |
tree | 8fdfb7d6d24bc09d512a13d9266aaba6aace3f7a | |
parent | bac187f3a0f7e8f92d33ca0258fe2e96553d2930 (diff) |
add 'npm build' script that launch grunt
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 3135f35..2e3f4a0 100644 --- a/package.json +++ b/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", |