Skip to content

Instantly share code, notes, and snippets.

@zpao
Created January 22, 2015 01:21
Show Gist options
  • Save zpao/771dc5fbc3477b215674 to your computer and use it in GitHub Desktop.
Save zpao/771dc5fbc3477b215674 to your computer and use it in GitHub Desktop.
diff --git a/package.json b/package.json
index 11a64df..3cf2e94 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,8 @@
"scripts": {
"test": "jest",
"jest": "jest",
- "lint": "eslint src"
+ "lint": "eslint src",
+ "build": "grunt build"
},
"jest": {
"rootDir": "",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment