Skip to content

fix: use construction value for new selected tokens #204

fix: use construction value for new selected tokens

fix: use construction value for new selected tokens #204

Workflow file for this run

name: PR Build
on:
pull_request:
jobs:
pr-build:
name: PR Build
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Public Api Check
run: npm run public-api:check
- name: Upload Storybook Artifact
uses: actions/upload-artifact@v3
with:
name: storybook
path: projects/core/dist/storybook/