Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Oct 20, 2024
1 parent 5ff6046 commit 065de8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ jobs:
start: npm run cypress
browser: chrome
component: true
spec: apps/web/cypress/component/all.cy.tsx
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ For releases, AutoForm uses changesets. To create a new release, run:

```bash
npm run build
npm run cypress # Run the component tests
npx changeset
```

Expand Down

0 comments on commit 065de8e

Please sign in to comment.