Skip to content

chore: Updated examples to make use of the buttonRadius property #584

chore: Updated examples to make use of the buttonRadius property

chore: Updated examples to make use of the buttonRadius property #584

Workflow file for this run

name: build
on:
push:
branches:
- '*'
- '!release-*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: prebuild
run: scripts/prebuild.sh
- run: npm install
- name: npm install (button-angular)
run: |
cd src/button-angular
npm install
- run: npm run build:all
- run: npm test