mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 06:38:05 -05:00
misc: Hardhat test scripts removed - Author added and sorted alphabetically
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -39,19 +39,7 @@ jobs:
|
||||
source .env
|
||||
forge test -vvv
|
||||
|
||||
# compile_and_run_tests:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - uses: actions/setup-node@v2
|
||||
# with:
|
||||
# node-version: '16'
|
||||
# - name: Install dependencies
|
||||
# run: npm ci
|
||||
# - name: Compile code and run test coverage
|
||||
# run: npm run hardhat:coverage
|
||||
|
||||
# foundry_merge:
|
||||
# foundry_coverage:
|
||||
# strategy:
|
||||
# fail-fast: true
|
||||
|
||||
|
||||
28
package.json
28
package.json
@@ -4,27 +4,10 @@
|
||||
"description": "Composable and decentralized social graph",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npm run compile && TRACK_GAS=true hardhat test",
|
||||
"qt": "hardhat test",
|
||||
"spdx": "hardhat prepend-spdx-license",
|
||||
"size": "npm run compile && SKIP_LOAD=true hardhat size-contracts",
|
||||
"full-deploy-local": "hardhat full-deploy --network localhost",
|
||||
"full-deploy-mumbai": "hardhat full-deploy --network mumbai",
|
||||
"hardhat:coverage": "npm run compile && hardhat coverage --temp temp-artifacts --testfiles test/emptyrun.coverage.ts && hardhat coverage --temp temp-artifacts --testfiles '!test/emptyrun.coverage.ts'",
|
||||
"foundry:coverage": "forge coverage --report lcov",
|
||||
"merge:coverage": "bash scripts/mergeCoverage.sh",
|
||||
"coverage": "npm run hardhat:coverage && npm run foundry:coverage && npm run merge:coverage",
|
||||
"run-env": "npm i && tail -f /dev/null",
|
||||
"hardhat": "hardhat",
|
||||
"hardhat:kovan": "hardhat --network kovan",
|
||||
"hardhat:tenderly-main": "hardhat --network tenderlyMain",
|
||||
"hardhat:ropsten": "hardhat --network ropsten",
|
||||
"hardhat:main": "hardhat --network main",
|
||||
"hardhat:docker": "hardhat --network hardhatevm_docker",
|
||||
"hardhat:mumbai": "hardhat --network mumbai",
|
||||
"hardhat:matic": "hardhat --network matic",
|
||||
"compile": "SKIP_LOAD=true hardhat clean && SKIP_LOAD=true hardhat compile",
|
||||
"console:fork": "MAINNET_FORK=true hardhat console",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
@@ -79,13 +62,14 @@
|
||||
},
|
||||
"author": "Lens",
|
||||
"contributors": [
|
||||
"Peter Michael (Zer0dot)",
|
||||
"Miguel Martinez",
|
||||
"Lasse Herskind",
|
||||
"Steven Valeri",
|
||||
"Alan Donoso Naumczuk",
|
||||
"David Racero",
|
||||
"Emilio Frangella",
|
||||
"David Racero"
|
||||
"Lasse Herskind",
|
||||
"Miguel Martinez",
|
||||
"Peter Michael (Zer0dot)",
|
||||
"Steven Valeri",
|
||||
"Victor Naumik"
|
||||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user