Created
January 22, 2015 01:21
-
-
Save zpao/771dc5fbc3477b215674 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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