archive
/
zxcvbn-app
Archived
1
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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