Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
combine hardhat compile with jest in one script
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Sep 8, 2022
1 parent 658c256 commit caf569d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ jobs:
node-version: '16'
cache: 'npm'
cache-dependency-path: 'ts-tests/package-lock.json'
- run: cd ts-tests && npm ci && npm run build && npm t
- run: cd ts-tests && npm ci && npm t
3 changes: 1 addition & 2 deletions ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "ts-tests",
"version": "0.0.0",
"scripts": {
"build": "hardhat compile",
"test": "jest"
"test": "hardhat compile && jest"
},
"devDependencies": {
"@babel/core": "^7.18.6",
Expand Down

0 comments on commit caf569d

Please sign in to comment.