Skip to content

Commit

Permalink
feat(ci): use build:no_rcbc
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmit committed Dec 14, 2023
1 parent 1596f5c commit b92af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './scripts/package-lock.json'
- run: npm ci && npm run build
- run: npm ci && npm run build:no_rcbc # rcbc needs to be fixed
working-directory: ./scripts/typescript

0 comments on commit b92af7d

Please sign in to comment.