Fix CI (lib release) (#450)

This commit is contained in:
Michał Leszczyński
2025-03-13 00:58:52 +01:00
committed by GitHub
parent c8beb384f7
commit 642c2a0e02

View File

@@ -144,10 +144,11 @@ jobs:
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Run npm ci
- name: Run yarn install
run: |
cd core
yarn install --frozen-lockfile --production=false
yarn install-peers -f
./node_modules/.bin/tsc
./node_modules/.bin/tsc -p tsconfig.commonjs.json
- name: Publish package to npmjs