Skip to content

Commit

Permalink
chore(scripts): ensure clean dist/ before building
Browse files Browse the repository at this point in the history
  • Loading branch information
yenbekbay committed Jul 30, 2019
1 parent a2fad4e commit 31f5de6
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
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-avoiding-scroll-view",
"version": "0.1.0-beta.5",
"version": "0.0.0-development",
"description": "React Native ScrollView extension that prevents inputs from being covered by the keyboard",
"keywords": [
"react native",
Expand Down Expand Up @@ -35,8 +35,9 @@
"lint": "eslint --ext .js,.ts,.tsx --cache .",
"test": "run-p --silent --print-label typecheck lint",
"bootstrap": "yarn --cwd example && yarn",
"build": "yarn tsc --pretty --declaration --outDir dist",
"build": "rm -rf dist && yarn tsc --pretty --declaration --outDir dist",
"example": "yarn --cwd example",
"prepublish": "yarn build",
"presemantic-release": "yarn build",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 31f5de6

Please sign in to comment.