mirror of
https://github.com/tinymce/tinymce.git
synced 2025-07-21 05:47:56 +00:00

* 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
18 lines
309 B
JSON
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*"]
|
|
}
|
|
}
|
|
}
|