We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5480af4 + 281e518 commit 615d251Copy full SHA for 615d251
2 files changed
justfile
@@ -19,7 +19,7 @@ ci: test build check-dist
19
20
# Set up CI secrets for release artifact signing (one-time)
21
ci-setup:
22
- bash scripts/ci-setup.sh
+ auths ci setup
23
24
# Sign the dist/index.js artifact locally (creates dist/index.js.auths.json)
25
sign-dist:
scripts/ci-setup.sh
0 commit comments