Remove obsolete npm scripts

This commit is contained in:
Râu Cao 2023-08-13 20:59:09 +02:00
parent d0d456b357
commit 117918e66f
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 0 additions and 4 deletions

View File

@ -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": {