Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Nov 13, 2024
1 parent e8d416e commit 5b9c70e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-jsr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ runs:
run: |
source .env
export NODE_OPTIONS
IMAGE_PACK=true
yarn workspaces changed foreach -vpj 2 --no-private dlx jsr publish
3 changes: 2 additions & 1 deletion code/code-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion runtime/code-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}

0 comments on commit 5b9c70e

Please sign in to comment.