mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-12 14:04:10 +00:00
Publish only updates react-native-web packages
The script to release react-native-web is now limited to version-locking related packages, not every package in the monorepo.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"version": "0.18.3",
|
||||
"version": "0.0.0",
|
||||
"name": "monorepo",
|
||||
"scripts": {
|
||||
"clean": "del-cli ./packages/*/dist",
|
||||
@@ -25,7 +25,7 @@
|
||||
"lint": "yarn lint:report --fix",
|
||||
"lint:report": "eslint configs packages scripts --config ./configs/.eslintrc",
|
||||
"prerelease": "yarn test && yarn compile",
|
||||
"release": "node ./scripts/releasePackages.js",
|
||||
"release": "node ./scripts/releaseReactNativeWebPackages.js",
|
||||
"postrelease": "yarn docs:release && yarn benchmarks:release",
|
||||
"test": "yarn flow && yarn fmt:report && yarn lint:report && yarn jest --runInBand"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user