|
14 | 14 | "check:pr": "yarn all && yarn check:headers", |
15 | 15 | "clean": "lerna run clean && rimraf coverage .nyc_output", |
16 | 16 | "compile": "tsc -b", |
| 17 | + "generate:index": "lerna run generate:index && yarn lint:fix", |
17 | 18 | "lint": "eslint --ext .ts,.tsx .", |
18 | | - "lint:ci": "yarn lint -o eslint.xml -f checkstyle", |
| 19 | + "lint:ci": "yarn lint --output-file eslint_report.json --format json", |
| 20 | + "lint:fix": " yarn lint --fix", |
19 | 21 | "prepare": "yarn build", |
20 | 22 | "publish:latest": "lerna publish from-git --no-git-reset --no-git-tag-version --no-push", |
21 | 23 | "publish:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes", |
22 | 24 | "publish:prepare": "lerna version --ignore-scripts --yes --no-push", |
23 | 25 | "standalone": "yarn --cwd ./examples/workflow-standalone", |
24 | 26 | "start:exampleServer": "yarn standalone start:exampleServer", |
25 | | - "test": "lerna run test", |
26 | | - "test:ci": "lerna run test:ci", |
| 27 | + "test": "lerna run test --no-bail", |
| 28 | + "test:ci": "lerna run test:ci --no-bail", |
27 | 29 | "test:coverage": "lerna run test:coverage", |
28 | 30 | "test:coverage:ci": "yarn glsp coverageReport .", |
29 | | - "upgrade:next": "yarn upgrade -p \"@eclipse-glsp.*|sprotty.*\" --next ", |
| 31 | + "upgrade:next": "glsp updateNext", |
30 | 32 | "watch": "concurrently --kill-others -n tsc,standalone -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s standalone watch:bundle\"" |
31 | 33 | }, |
| 34 | + "resolutions": { |
| 35 | + "snabbdom": "~3.5.1" |
| 36 | + }, |
32 | 37 | "devDependencies": { |
33 | | - "@eclipse-glsp/dev": "~2.0.0", |
| 38 | + "@eclipse-glsp/dev": "next", |
34 | 39 | "@types/lodash": "4.14.191", |
35 | 40 | "@types/node": "16.x", |
36 | 41 | "concurrently": "^8.2.2", |
|
0 commit comments