Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
yarn install --frozen-lockfile

- name: Build
run: |
yarn build

- name: Create canary release
if: github.event_name == 'pull_request'
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
yarn

- name: build
run: |
yarn build

- name: test
run: |
yarn test
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"build-storybook": "storybook build",
"chromatic": "chromatic --project-token=17yeg4lpa7q",
"lint": "eslint src stories",
"prerelease": "yarn lint && yarn test && yarn build",
"release": "auto latest",
"release:canary": "auto canary",
"storybook": "storybook dev -p 9001",
Expand Down
Loading