Skip to content

Commit

Permalink
chore: add clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayil committed Apr 26, 2020
1 parent 6637b32 commit 8542220
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"test": "jest --coverage && jest-coverage-badges --output './badges'",
"typescript": "tsc --noEmit",
"bootstrap": "yarn --cwd Example && yarn",
"example": "yarn --cwd example",
"build": "yarn bob build"
"example": "yarn --cwd Example",
"build": "yarn bob build",
"clean": "rm -rf node_modules coverage lib Example/node_modules Example/.expo"
},
"dependencies": {
"initials": "^3.0.1",
Expand Down

0 comments on commit 8542220

Please sign in to comment.