Skip to content

Commit

Permalink
[publish build] add build check action
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Aug 14, 2024
1 parent a123c88 commit 9fbe4e6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ main, prod ]

jobs:
check_sdk_branch:
name: Main branch
build_check:
name: Build check
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -20,5 +20,9 @@ jobs:
with:
node-version: '18.x'

- name: Install npm dependencies
run: 'npm ci --ignore-scripts'
shell: bash

- name: Run Build check
run: 'npm run build'
run: 'npm run rollup'

0 comments on commit 9fbe4e6

Please sign in to comment.