add package.json to exports map #200
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Tests for Demos' | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies | |
uses: bahmutov/npm-install@v1 | |
- name: Build addon | |
run: yarn workspace msw-storybook-addon build | |
- name: Test Demos | |
run: yarn workspace msw-storybook-docs test |