|
6 | 6 | ],
|
7 | 7 | "scripts": {
|
8 | 8 | "bootstrap": "lerna bootstrap",
|
9 |
| - "build": "lerna run build", |
10 |
| - "build:test": "lerna run build:test", |
11 |
| - "clean": "lerna clean --yes", |
12 |
| - "commit": "git-cz", |
13 |
| - "docs": "vuepress dev docs", |
14 |
| - "docs:build": "vuepress build docs", |
15 |
| - "flow": "flow check", |
16 |
| - "lint": "eslint --ext js,vue .", |
17 |
| - "lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore", |
18 |
| - "lint:fix": "yarn lint -- --fix", |
19 |
| - "format": "prettier --write \"**/*.{js,json,vue,md}\"", |
20 |
| - "format:check": "prettier --check \"**/*.{js,json,vue,md}\"", |
21 |
| - "release": "yarn build && yarn test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\"", |
22 |
| - "test": "yarn format:check && yarn lint && yarn lint:docs && yarn flow && yarn test:types && yarn test:unit && yarn test:unit:karma && yarn test:unit:node", |
23 |
| - "test:compat": "scripts/test-compat.sh", |
24 |
| - "test:unit": "yarn build:test && yarn test:unit:only", |
| 9 | + "test:unit": "cross-env TARGET=dev yarn jest", |
25 | 10 | "test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
|
26 | 11 | },
|
27 | 12 | "dependencies": {
|
|
0 commit comments