fix clean on build

This commit is contained in:
Jake Howard 2016-09-16 23:09:17 +01:00
parent 8fa973d547
commit a265266a78
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start", "start": "node node_modules/react-native/local-cli/cli.js start",
"build": "rm -rf build && tsc" "build": "rm -rf dist && tsc"
}, },
"dependencies": { "dependencies": {
"immutable": "=3.8.1", "immutable": "=3.8.1",