From 3d875fedf7ac01d0f8be1800fba95afe22561512 Mon Sep 17 00:00:00 2001 From: Ivan <39461389+AlcibiadesCleinias@users.noreply.github.com> Date: Sat, 2 Sep 2023 22:53:37 +0800 Subject: [PATCH] Feauter/new scripts (#2) * newscritps * flush --- .github/workflows/ci.yml | 1 + package.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c634ccd..d2afeed7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: [ 'main' ] workflow_dispatch: + jobs: build: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 29bfdee6..0decdf67 100644 --- a/package.json +++ b/package.json @@ -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",