|
14 | 14 | "scripts": {
|
15 | 15 | "clean": "yarn workspaces foreach -pvit --include \"@acala-network/*\" run clean",
|
16 | 16 | "build": "yarn workspaces foreach -pvit --include \"@acala-network/*\" run build",
|
17 |
| - "lint": "tsc --noEmit --project tsconfig.json && eslint . --ext .js,.ts --fix", |
18 |
| - "fix": "eslint . --ext .js,.ts --fix", |
| 17 | + "lint": "eslint . --ext .js,.ts --fix", |
19 | 18 | "test:all": "yarn workspaces foreach -vit run test",
|
20 | 19 | "test": "vitest run",
|
21 | 20 | "test:watch": "vitest",
|
22 |
| - "build:waffle": "yarn workspaces foreach -pvit --include \"evm-waffle-example*\" run build", |
23 |
| - "test:waffle": "./examples/waffle/run.sh", |
24 |
| - "start:chain": "docker compose up --build -- chain-ready", |
25 |
| - "start:eth-rpc-adapter": "docker compose up --build -- eth-rpc-adapter-ready", |
26 |
| - "start:eth-rpc-adapter-subql": "docker compose up --build -- eth-rpc-adapter-with-subql-ready", |
27 |
| - "feed-tx": "yarn e2e:feed-tx && yarn e2e:feed-tx-2", |
28 |
| - "e2e:feed-tx": "yarn workspace evm-waffle-example-dex run test", |
29 |
| - "e2e:feed-tx-2": "yarn workspace evm-waffle-example-e2e run test", |
30 |
| - "e2e:eth-providers": "yarn start:chain; yarn e2e:feed-tx; yarn start:eth-rpc-adapter; yarn workspace @acala-network/eth-providers run test:e2e", |
31 |
| - "e2e:eth-rpc-adapter": "yarn start:eth-rpc-adapter-subql; yarn e2e:feed-tx; yarn e2e:feed-tx-2; yarn workspace @acala-network/eth-rpc-adapter run test:CI", |
32 |
| - "e2e:waffle": "yarn start:chain; yarn run test:waffle", |
33 |
| - "e2e:truffle": "yarn start:eth-rpc-adapter-subql; cd examples/truffle-tutorials; yarn install --immutable; yarn test:mandala", |
34 |
| - "e2e:hardhat": "yarn start:eth-rpc-adapter; cd examples/hardhat-tutorials; yarn install --immutable; yarn test:mandala", |
35 | 21 | "bump": "yarn workspaces foreach -vit --include '@acala-network/*' --exclude '@acala-network/evm-subql' version",
|
36 | 22 | "postinstall": "husky install",
|
37 | 23 | "merge-coverage": "./scripts/merge-coverage.sh"
|
|
0 commit comments