mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-13 03:22:56 +00:00
Fix package.json scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"lint:report": "eslint packages scripts",
|
||||
"prerelease": "yarn test && yarn compile && yarn compile:commonjs",
|
||||
"release": "node ./scripts/release/publish.js",
|
||||
"postrelease": "yarn docs:release && yarn benchmarks:release && ",
|
||||
"postrelease": "yarn docs:release && yarn benchmarks:release",
|
||||
"test": "yarn flow && yarn lint:report && yarn jest --runInBand"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user