From 117918e66f9d127b4b9082a71e49cca217b5ba41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 13 Aug 2023 20:59:09 +0200 Subject: [PATCH] Remove obsolete npm scripts --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 7cbfd7e..389ebb0 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,6 @@ "lint:contract-tests": "eslint apps/*/test", "lint:wrapper": "eslint lib/", "test": "hardhat test", - "test:token": "cd apps/token && npm run test", - "test:contributor": "cd apps/contributor && npm run test", - "test:contribution": "cd apps/contribution && npm run test", - "test:proposal": "cd apps/proposal && npm run test", "setup-git-hooks": "sh scripts/git-hooks/install" }, "repository": {