Created
September 17, 2015 07:44
-
-
Save drager/24c6352d9e933e56e251 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
"scripts": { | |
"postinstall": "tsd install", | |
"start": "npm run build && npm run packager", | |
"build": "npm-run-all build:*", | |
"build:typescript": "tsconfig && tsc", | |
"build:babel": "babel .tmp/ts --out-dir dist", | |
"lint": "npm-run-all lint:*", | |
"lint:typescript": "tslint `find app -name '*.ts?'`", | |
"packager": "node_modules/react-native/packager/packager.sh --skipflow --root dist", | |
"tsconfig": "tsconfig" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment