mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
Fix CI (lib release) (#450)
This commit is contained in:
committed by
GitHub
parent
c8beb384f7
commit
642c2a0e02
3
.github/workflows/prod_build_lib.yml
vendored
3
.github/workflows/prod_build_lib.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user