Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Apr 13, 2022
1 parent 84008a6 commit 0f19ad1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: yarn lint

- name: Run tests
run: yarn test:ci
run: yarn test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn build

- name: Run tests
run: yarn test:ci
run: yarn test

- name: Publish packages
id: changesets
Expand Down
1 change: 1 addition & 0 deletions .watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"lint": "turbo run lint --stream --parallel",
"version": "changeset version",
"release": "changeset publish",
"test": "turbo run test --stream",
"test:ci": "turbo run test:ci --stream"
"test": "jest"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
Expand Down

0 comments on commit 0f19ad1

Please sign in to comment.