Skip to content

Instantly share code, notes, and snippets.

@drager
Created September 17, 2015 07:44
Show Gist options
  • Save drager/24c6352d9e933e56e251 to your computer and use it in GitHub Desktop.
Save drager/24c6352d9e933e56e251 to your computer and use it in GitHub Desktop.
"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