mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
Use TS_NODE_TRANSPILE_ONLY override (#70)
Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
compile:
|
||||
pnpm run build
|
||||
|
||||
force-compile: export TS_NODE_TRANSPILE_ONLY := 1
|
||||
force-compile:
|
||||
npx hardhat compile --force
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"pnpm": ">=9"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npx hardhat compile",
|
||||
"build": "TS_NODE_TRANSPILE_ONLY=1 npx hardhat compile",
|
||||
"test": "npm run autoupdate && npx hardhat test",
|
||||
"test:reportgas": "REPORT_GAS=true npx hardhat test",
|
||||
"coverage": "npm run autoupdate && npx hardhat coverage --solcoverjs ./.solcover.js",
|
||||
|
||||
Reference in New Issue
Block a user