diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 61662e5bc0520..c953148a7c594 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -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" } }