|
11 | 11 | "build": "yarn compile && yarn bundle", |
12 | 12 | "bundle": "yarn standalone bundle", |
13 | 13 | "check:headers": "glsp checkHeaders . -t lastCommit", |
14 | | - "check:pr": "yarn all && yarn check:headers", |
| 14 | + "check:pr": "yarn all && yarn check:format && yarn check:headers", |
15 | 15 | "clean": "lerna run clean && rimraf coverage .nyc_output", |
16 | 16 | "compile": "tsc -b", |
| 17 | + "format": "prettier --write .", |
| 18 | + "format:check": "prettier --check .", |
17 | 19 | "generate:index": "lerna run generate:index && yarn lint:fix", |
18 | 20 | "lint": "eslint --ext .ts,.tsx .", |
19 | 21 | "lint:ci": "yarn lint --output-file eslint_report.json --format json", |
20 | 22 | "lint:fix": " yarn lint --fix", |
21 | 23 | "prepare": "yarn build", |
22 | | - "publish:latest": "lerna publish from-git --no-git-reset --no-git-tag-version --no-push", |
23 | 24 | "publish:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes", |
24 | | - "publish:prepare": "lerna version --ignore-scripts --yes --no-push", |
25 | 25 | "standalone": "yarn --cwd ./examples/workflow-standalone", |
26 | 26 | "start:exampleServer": "yarn standalone start:exampleServer", |
27 | 27 | "test": "lerna run test --no-bail", |
|
0 commit comments