Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zzh8829 committed Aug 21, 2021
1 parent 0dfaaad commit 2b2db44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: |
npm install
- run: |
npm run package && npm run test
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"gen": "graphql-codegen --config codegen.yml",
"all": "npm run gen && npm run build && npm run format && npm run lint && npm run package && npm test"
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b2db44

Please sign in to comment.