Remove obsolete npm scripts

This commit is contained in:
Râu Cao
2023-08-13 20:59:09 +02:00
parent d0d456b357
commit 117918e66f

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