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 a1e5d6f commit 602cda8Copy full SHA for 602cda8
scripts/release.sh
@@ -6,7 +6,7 @@ set -e
6
git restore -s@ -SW -- packages
7
8
# Build
9
-pnpm build --all -t
+pnpm build:type
10
11
# Update token
12
if [[ ! -z ${NPM_AUTH_TOKEN} ]] ; then
0 commit comments