Skip to content

Commit 1587216

Browse files
authored
chore: Publish to jsr with allow-dirty (#442)
This is needed otherwise the gha [fails](https://github.com/launchdarkly/js-core/actions/runs/8758581209/job/24039697071#step:10:51): ```bash npm WARN exec The following package was not found and will be installed: [email protected] Downloading JSR binary... Download completed Checking for slow types in the public API... error: Aborting due to uncommitted changes. Check in source code or run with --allow-dirty # <-- error here Child process exited with: 1 jsr publish failed Error: Process completed with exit code 1. ```
1 parent d258992 commit 1587216

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/publish-jsr.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22

33
if [ -f "./$WORKSPACE_PATH/jsr.json" ]; then
4-
yarn workspace $WORKSPACE pack
54
cd $WORKSPACE_PATH
65

76
if $LD_RELEASE_IS_DRYRUN ; then

0 commit comments

Comments
 (0)