Files
tinymce/lerna.json
Andrew Herron 9d54fd5131 TINY-10602: Cleaning up tech debt (#9520)
* TINY-10602: Add missing jax path to root tsconfig

* TINY-10602: Work around Safari bug with 404 responses to https requests returning an empty `statusText`

* TINY-10602: Disable lerna version on TinyMCE

* TINY-10602: Disable noUnusedLocals. Eslint picks that up, it's too frustrating to be a compiler error

* TINY-10602: Cleanup

* TINY-10602: Remove prismjs as an explicit dependency - it's transitive via oxide

* TINY-10602: Bump hook timeout to 10s for slow LambdaTest connections

* TINY-10602: Every before() hook that is async now bumps the timeout from 2 seconds to 10

* TINY-10602: Restored `noEmitOnError` as we no longer enforce build mode

* TINY-10602: Tweak build setup so that the monorepo root is not treated as a project, which might help avoid tinymce rebuilds
2024-04-04 14:51:29 +10:00

18 lines
309 B
JSON

{
"version": "independent",
"npmClient": "yarn",
"command": {
"version": {
"ignoreChanges": ["modules/tinymce/**"],
"private": false
},
"publish": {
"ignoreChanges": ["modules/tinymce/**"],
"push": false
},
"exec": {
"ignore": ["*/oxide*"]
}
}
}