Skip to content

Commit

Permalink
ci: add test script to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbanugo committed Jul 24, 2022
1 parent 1812f17 commit 7a2292e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install dependencies
run: yarn
- name: Run tests
run: cd test & yarn run test
run: yarn run test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid canary --force-publish && release --pre",
"publish-stable": "lerna version --force-publish"
"publish-stable": "lerna version --force-publish",
"test": "cd test && yarn run test"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 7a2292e

Please sign in to comment.