Skip to content

Commit f8f60a8

Browse files
committed
build: fix ci
1 parent 0463dd7 commit f8f60a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- run: pnpm install --no-frozen-lockfile
9898
#- run: npx nx-cloud start-ci-run
9999
#- run: pnpm run prettify:ci:readme
100-
- run: pnpmlerna run build:ci #--concurrency 3
100+
- run: pnpm run build:ci #--concurrency 3
101101
#- run: npx nx-cloud stop-all-agents
102102
- run: echo ${{ github.repository_owner }}
103103
- run: echo ${{ github.actor }}

0 commit comments

Comments
 (0)