From 89c351c1099c8e98f8f2bf4f3ffbfe5012d30738 Mon Sep 17 00:00:00 2001 From: MrX-SNX Date: Mon, 23 Sep 2024 13:38:20 +0100 Subject: [PATCH] done --- .github/workflows/main.yml | 13 ++++++------- package.json | 3 --- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f833e3..e9b571a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,10 +10,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '12.x' - registry-url: 'https://registry.npmjs.org' - - run: npm install - - run: npm run test \ No newline at end of file + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: "12.x" + registry-url: "https://registry.npmjs.org" + - run: npm install diff --git a/package.json b/package.json index 989b2e9..04f9199 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "1.0.0", "description": "", "main": "index.js", - "scripts": { - "test": "npx hardhat test" - }, "keywords": [], "author": "", "license": "ISC",