We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3250493 commit 2d9db02Copy full SHA for 2d9db02
scripts/release.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
# Restore all git changes
6
-git restore -s@ -SW -- packages examples
+git restore -s@ -SW -- packages
7
8
# Build all once to ensure things are nice
9
pnpm build
@@ -14,7 +14,6 @@ for PKG in packages/* ; do
14
TAG="latest"
15
echo "⚡ Publishing $PKG with tag $TAG"
16
cp ../../LICENSE .
17
- cp ../../README.md .
18
pnpm publish --access public --no-git-checks --tag $TAG
19
popd > /dev/null
20
done
0 commit comments