Skip to content

Commit

Permalink
Remove the version script from the react-native-editor package
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jul 7, 2020
1 parent d45a9ad commit 30da181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-native-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"clean:react": "rm -rf $TMPDIR/react-*",
"clean:watchman": "command -v watchman >/dev/null 2>&1 && watchman watch-del-all; true",
"clean:babel-cache": "rm -rf ../../node_modules/.cache/babel-loader/*",
"clean:i18n-cache": "rm -rf ./i18n-cache/data/*.json && rm -f ./i18n-cache/index.native.js",
"version": "npm run bundle && git add -A bundle"
"clean:i18n-cache": "rm -rf ./i18n-cache/data/*.json && rm -f ./i18n-cache/index.native.js"
}
}

0 comments on commit 30da181

Please sign in to comment.