|
23 | 23 | "hardhat": "internal/cli/bootstrap.js"
|
24 | 24 | },
|
25 | 25 | "scripts": {
|
26 |
| - "lint": "yarn prettier --check && yarn eslint", |
27 |
| - "lint:fix": "yarn prettier --write && yarn eslint --fix", |
| 26 | + "lint": "pnpm prettier --check && pnpm eslint", |
| 27 | + "lint:fix": "pnpm prettier --write && pnpm eslint --fix", |
28 | 28 | "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
|
29 | 29 | "prettier": "prettier \"**/*.{js,md,json}\"",
|
30 |
| - "pretest": "cd ../.. && yarn build", |
| 30 | + "pretest": "cd ../.. && pnpm build", |
31 | 31 | "test": "mocha --recursive \"test/**/*.ts\"",
|
32 | 32 | "test:except-tracing": "mocha --recursive \"test/**/*.ts\" --invert --grep \"Stack traces\"",
|
33 | 33 | "test:tracing": "mocha --recursive \"test/internal/hardhat-network/{helpers,stack-traces}/**/*.ts\"",
|
34 | 34 | "test:forking": "mocha --recursive \"test/internal/hardhat-network/{helpers,jsonrpc,provider}/**/*.ts\"",
|
35 | 35 | "build": "tsc --build .",
|
36 |
| - "prepublishOnly": "yarn build", |
| 36 | + "prepublishOnly": "pnpm build", |
37 | 37 | "clean": "rimraf builtin-tasks internal types utils *.d.ts *.map *.js build-test tsconfig.tsbuildinfo test/internal/hardhat-network/provider/.hardhat_node_test_cache test/internal/hardhat-network/stack-traces/test-files/artifacts"
|
38 | 38 | },
|
39 | 39 | "files": [
|
|
54 | 54 | "console.sol"
|
55 | 55 | ],
|
56 | 56 | "devDependencies": {
|
57 |
| - "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "^1.0.0", |
58 |
| - "@nomicfoundation/eslint-plugin-slow-imports": "^1.0.0", |
| 57 | + "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", |
| 58 | + "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^", |
59 | 59 | "@types/async-eventemitter": "^0.2.1",
|
60 | 60 | "@types/bn.js": "^5.1.0",
|
61 | 61 | "@types/chai": "^4.2.0",
|
|
0 commit comments