Skip to content

Commit

Permalink
Feauter/new scripts (#2)
Browse files Browse the repository at this point in the history
* newscritps

* flush
  • Loading branch information
AlcibiadesCleinias committed Sep 2, 2023
1 parent e46deaf commit 3d875fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ 'main' ]
workflow_dispatch:


jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "1.0.0",
"description": "A boilerplate repository to get you started with Hardhat and Ethereum development",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile"
"test": "hardhat clean && hardhat typechain && hardhat test",
"compile": "hardhat compile",
"typechain": "hardhat typechain"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d875fe

Please sign in to comment.