From 5b9c70e55c4e85b9036e16c9f3dc8b90c1110885 Mon Sep 17 00:00:00 2001 From: Nikita Elfimov Date: Wed, 13 Nov 2024 11:19:37 +0300 Subject: [PATCH] fix: publish --- .github/actions/publish-jsr/action.yml | 1 + code/code-lint/package.json | 3 ++- runtime/code-runtime/package.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-jsr/action.yml b/.github/actions/publish-jsr/action.yml index ea35e74e..70d71fd8 100644 --- a/.github/actions/publish-jsr/action.yml +++ b/.github/actions/publish-jsr/action.yml @@ -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 diff --git a/code/code-lint/package.json b/code/code-lint/package.json index b4b0f1be..c804400c 100644 --- a/code/code-lint/package.json +++ b/code/code-lint/package.json @@ -48,5 +48,6 @@ }, "main": "dist/index.js", "types": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true } diff --git a/runtime/code-runtime/package.json b/runtime/code-runtime/package.json index 4785d458..7c452095 100644 --- a/runtime/code-runtime/package.json +++ b/runtime/code-runtime/package.json @@ -84,5 +84,6 @@ }, "main": "dist/index.js", "types": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true }