|
25 | 25 | "generate": "ts-node build-tools/gen.ts",
|
26 | 26 | "deps": "ts-node build-tools/deps.ts",
|
27 | 27 | "dist-clean": "rm -rf dist",
|
28 |
| - "build": "cp ../../../README.md . && rm -f jsii-*.whl && npm run generate && npm run deps && npm run lint", |
| 28 | + "build": "cp ../../../README.md . && rm -f jsii-*.whl && yarn generate && yarn deps && yarn lint", |
29 | 29 | "lint": "ts-node build-tools/venv.ts black .",
|
30 | 30 | "package": "package-python && package-private",
|
31 |
| - "test": "npm run test:gen && npm run test:run:typeguard-2 && npm run test:run:typeguard-3 && npm run test:run:typeguard-4 && npm run test:types", |
32 |
| - "test:gen": "npm run deps && ts-node build-tools/gen-calc.ts", |
| 31 | + "test": "yarn test:gen && yarn test:run:typeguard-2 && yarn test:run:typeguard-3 && yarn test:run:typeguard-4 && yarn test:types", |
| 32 | + "test:gen": "yarn deps && ts-node build-tools/gen-calc.ts", |
33 | 33 | "test:run:typeguard-2": "ts-node build-tools/venv.ts python -m pip install typeguard==2.13.3 && ts-node build-tools/venv.ts py.test -v --mypy",
|
34 | 34 | "test:run:typeguard-3": "ts-node build-tools/venv.ts python -m pip install typeguard==3.0.2 && ts-node build-tools/venv.ts py.test -v --mypy",
|
35 | 35 | "test:run:typeguard-4": "ts-node build-tools/venv.ts python -m pip install typeguard==4.3.0 && ts-node build-tools/venv.ts py.test -v --mypy",
|
36 | 36 | "test:types": "pyright -p .",
|
37 |
| - "test:update": "UPDATE_DIFF=1 npm run test" |
| 37 | + "test:update": "UPDATE_DIFF=1 yarn test" |
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 | 40 | "@jsii/runtime": "^0.0.0"
|
|
0 commit comments