|
9 | 9 | ]
|
10 | 10 | },
|
11 | 11 | "scripts": {
|
12 |
| - "account": "yarn workspace @se-2/hardhat account", |
| 12 | + "account": "yarn hardhat:account", |
13 | 13 | "account:import": "yarn workspace @se-2/hardhat account:import",
|
14 | 14 | "account:generate": "yarn workspace @se-2/hardhat account:generate",
|
15 |
| - "chain": "yarn workspace @se-2/hardhat chain", |
16 |
| - "fork": "yarn workspace @se-2/hardhat fork", |
17 |
| - "deploy": "yarn workspace @se-2/hardhat deploy", |
18 |
| - "verify": "yarn workspace @se-2/hardhat verify", |
19 |
| - "hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify", |
20 |
| - "compile": "yarn workspace @se-2/hardhat compile", |
| 15 | + "chain": "yarn hardhat:chain", |
| 16 | + "compile": "yarn hardhat:compile", |
| 17 | + "deploy": "yarn hardhat:deploy", |
| 18 | + "fork": "yarn hardhat:fork", |
| 19 | + "format": "yarn next:format && yarn hardhat:format", |
21 | 20 | "generate": "yarn account:generate",
|
22 |
| - "flatten": "yarn workspace @se-2/hardhat flatten", |
| 21 | + "hardhat:account": "yarn workspace @se-2/hardhat account", |
| 22 | + "hardhat:chain": "yarn workspace @se-2/hardhat chain", |
| 23 | + "hardhat:check-types": "yarn workspace @se-2/hardhat check-types", |
| 24 | + "hardhat:compile": "yarn workspace @se-2/hardhat compile", |
| 25 | + "hardhat:deploy": "yarn workspace @se-2/hardhat deploy", |
| 26 | + "hardhat:flatten": "yarn workspace @se-2/hardhat flatten", |
| 27 | + "hardhat:fork": "yarn workspace @se-2/hardhat fork", |
| 28 | + "hardhat:format": "yarn workspace @se-2/hardhat format", |
| 29 | + "hardhat:generate": "yarn workspace @se-2/hardhat generate", |
| 30 | + "hardhat:hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify", |
23 | 31 | "hardhat:lint": "yarn workspace @se-2/hardhat lint",
|
24 | 32 | "hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
|
25 |
| - "hardhat:format": "yarn workspace @se-2/hardhat format", |
26 |
| - "hardhat:check-types": "yarn workspace @se-2/hardhat check-types", |
27 | 33 | "hardhat:test": "yarn workspace @se-2/hardhat test",
|
28 |
| - "test": "yarn hardhat:test", |
29 |
| - "format": "yarn next:format && yarn hardhat:format", |
30 |
| - "start": "yarn workspace @se-2/nextjs dev", |
31 |
| - "next:lint": "yarn workspace @se-2/nextjs lint", |
32 |
| - "next:format": "yarn workspace @se-2/nextjs format", |
33 |
| - "next:check-types": "yarn workspace @se-2/nextjs check-types", |
| 34 | + "hardhat:verify": "yarn workspace @se-2/hardhat verify", |
| 35 | + "lint": "yarn nextjs:lint && yarn hardhat:lint", |
34 | 36 | "next:build": "yarn workspace @se-2/nextjs build",
|
| 37 | + "next:check-types": "yarn workspace @se-2/nextjs check-types", |
| 38 | + "next:format": "yarn workspace @se-2/nextjs format", |
| 39 | + "next:lint": "yarn workspace @se-2/nextjs lint", |
35 | 40 | "next:serve": "yarn workspace @se-2/nextjs serve",
|
36 | 41 | "postinstall": "husky",
|
37 | 42 | "precommit": "lint-staged",
|
| 43 | + "start": "yarn workspace @se-2/nextjs dev", |
| 44 | + "test": "yarn hardhat:test", |
38 | 45 | "vercel": "yarn workspace @se-2/nextjs vercel",
|
39 |
| - "vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo" |
| 46 | + "vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo", |
| 47 | + "verify": "yarn hardhat:verify" |
40 | 48 | },
|
41 | 49 | "packageManager": "[email protected]",
|
42 | 50 | "devDependencies": {
|
|
0 commit comments