|
47 | 47 | }, |
48 | 48 | "scripts": { |
49 | 49 | "build": "run-p build:transpile build:types", |
50 | | - "build:dev": "run-s build", |
| 50 | + "build:dev": "yarn build", |
51 | 51 | "build:transpile": "ts-node scripts/buildRollup.ts", |
52 | 52 | "build:types": "tsc -p tsconfig.types.json", |
53 | 53 | "build:watch": "run-p build:transpile:watch build:types:watch", |
54 | | - "build:dev:watch": "run-s build:watch", |
| 54 | + "build:dev:watch": "yarn build:watch", |
55 | 55 | "build:transpile:watch": "nodemon --ext ts --watch src scripts/buildRollup.ts", |
56 | 56 | "build:types:watch": "tsc -p tsconfig.types.json --watch", |
57 | 57 | "build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build", |
|
63 | 63 | "lint": "run-s lint:prettier lint:eslint", |
64 | 64 | "lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish", |
65 | 65 | "lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"", |
66 | | - "test": "run-s test:unit", |
| 66 | + "test": "yarn test:unit", |
67 | 67 | "test:all": "run-s test:unit test:integration test:build", |
68 | 68 | "test:build": "yarn ts-node test/buildProcess/runTest.ts", |
69 | 69 | "test:unit": "jest", |
|
0 commit comments