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:
Nicolas Gallagher
2022-07-01 13:56:09 -07:00
parent aee652f6c9
commit 50e267b0aa
4 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.18.3",
"version": "0.0.0",
"scripts": {
"dev": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"build": "NODE_ENV=production yarn dev"