Skip to content

Commit

Permalink
chore(v2): show result of build.api
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed May 5, 2024
1 parent 06eea5e commit dfc4532
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,32 @@ jobs:
path: packages/eslint-plugin-qwik/dist/
if-no-files-found: error

############ BUILD PACKAGE ############
build-api:
name: Build API
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- uses: pnpm/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- run: pnpm install --frozen-lockfile

- name: Build API
run: pnpm run api.update

- name: Show Diff
run: git diff --exit-code


############ BUILD WASM ############
build-wasm:
name: Build wasm
Expand Down

0 comments on commit dfc4532

Please sign in to comment.