Skip to content

Commit 2d9db02

Browse files
committed
chore: correct release script
1 parent 3250493 commit 2d9db02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Restore all git changes
6-
git restore -s@ -SW -- packages examples
6+
git restore -s@ -SW -- packages
77

88
# Build all once to ensure things are nice
99
pnpm build
@@ -14,7 +14,6 @@ for PKG in packages/* ; do
1414
TAG="latest"
1515
echo "⚡ Publishing $PKG with tag $TAG"
1616
cp ../../LICENSE .
17-
cp ../../README.md .
1817
pnpm publish --access public --no-git-checks --tag $TAG
1918
popd > /dev/null
2019
done

0 commit comments

Comments
 (0)