diff --git a/packages/kanban/package.json b/packages/kanban/package.json index 670e89f3bd..1131c6345d 100644 --- a/packages/kanban/package.json +++ b/packages/kanban/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/packages/panel/package.json b/packages/panel/package.json index 1a2705f484..4347eebb9a 100644 --- a/packages/panel/package.json +++ b/packages/panel/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/packages/presentation/package.json b/packages/presentation/package.json index 171929ba7d..6a2d1e6470 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/packages/text-editor/package.json b/packages/text-editor/package.json index 9bdb1c90a1..5e0a40a376 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/packages/theme/package.json b/packages/theme/package.json index e44db10186..6960104c50 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -6,7 +6,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", "format": "prettier --write --plugin-search-dir=. src && eslint --fix src" diff --git a/packages/ui/package.json b/packages/ui/package.json index 6b528270ec..366314db8e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:watch": "tsc", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", diff --git a/plugins/activity-resources/package.json b/plugins/activity-resources/package.json index aa1265357d..3ed319a323 100644 --- a/plugins/activity-resources/package.json +++ b/plugins/activity-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", "format": "prettier --write --plugin-search-dir=. src && eslint --fix src", diff --git a/plugins/attachment-resources/package.json b/plugins/attachment-resources/package.json index a6eb30738d..5455a01305 100644 --- a/plugins/attachment-resources/package.json +++ b/plugins/attachment-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/board-resources/package.json b/plugins/board-resources/package.json index 2788759533..8dae500ad8 100644 --- a/plugins/board-resources/package.json +++ b/plugins/board-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/calendar-resources/package.json b/plugins/calendar-resources/package.json index d2fc816fee..ffbff63055 100644 --- a/plugins/calendar-resources/package.json +++ b/plugins/calendar-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/chunter-resources/package.json b/plugins/chunter-resources/package.json index 93a36d75d2..8b94c26d39 100644 --- a/plugins/chunter-resources/package.json +++ b/plugins/chunter-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/contact-resources/package.json b/plugins/contact-resources/package.json index c12f687cf1..88edcde90f 100644 --- a/plugins/contact-resources/package.json +++ b/plugins/contact-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/devmodel-resources/package.json b/plugins/devmodel-resources/package.json index a1937a72a9..44681c1088 100644 --- a/plugins/devmodel-resources/package.json +++ b/plugins/devmodel-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", "format": "prettier --write --plugin-search-dir=. src && eslint --fix src", diff --git a/plugins/gmail-resources/package.json b/plugins/gmail-resources/package.json index d59f7a62e3..0e5dce3a54 100644 --- a/plugins/gmail-resources/package.json +++ b/plugins/gmail-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/image-cropper-resources/package.json b/plugins/image-cropper-resources/package.json index 3dfe9b3858..c0cb6afbea 100644 --- a/plugins/image-cropper-resources/package.json +++ b/plugins/image-cropper-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/inventory-resources/package.json b/plugins/inventory-resources/package.json index 1c21db0acb..67e3b5d94d 100644 --- a/plugins/inventory-resources/package.json +++ b/plugins/inventory-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/lead-resources/package.json b/plugins/lead-resources/package.json index 0fafbce3c3..7862575bac 100644 --- a/plugins/lead-resources/package.json +++ b/plugins/lead-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/login-resources/package.json b/plugins/login-resources/package.json index 92aa682528..623db8cf60 100644 --- a/plugins/login-resources/package.json +++ b/plugins/login-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/notification-resources/package.json b/plugins/notification-resources/package.json index 42b5982a83..7d9ccfce1b 100644 --- a/plugins/notification-resources/package.json +++ b/plugins/notification-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/recruit-resources/package.json b/plugins/recruit-resources/package.json index c3ccf3bca5..69107f85d2 100644 --- a/plugins/recruit-resources/package.json +++ b/plugins/recruit-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/setting-resources/package.json b/plugins/setting-resources/package.json index 9eec6df3a1..d46f9c04a5 100644 --- a/plugins/setting-resources/package.json +++ b/plugins/setting-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/tags-resources/package.json b/plugins/tags-resources/package.json index 056a3dd0ca..3ce58fc6d2 100644 --- a/plugins/tags-resources/package.json +++ b/plugins/tags-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/task-resources/package.json b/plugins/task-resources/package.json index 62c06b97fd..6afc2e1871 100644 --- a/plugins/task-resources/package.json +++ b/plugins/task-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/telegram-resources/package.json b/plugins/telegram-resources/package.json index 8fbb8bdead..d5810347a0 100644 --- a/plugins/telegram-resources/package.json +++ b/plugins/telegram-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/templates-resources/package.json b/plugins/templates-resources/package.json index 780e1a859a..9d4a8d5291 100644 --- a/plugins/templates-resources/package.json +++ b/plugins/templates-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/tracker-resources/package.json b/plugins/tracker-resources/package.json index bf6575736f..2ddffd5f35 100644 --- a/plugins/tracker-resources/package.json +++ b/plugins/tracker-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/view-resources/package.json b/plugins/view-resources/package.json index feae4a559f..425f30f4a5 100644 --- a/plugins/view-resources/package.json +++ b/plugins/view-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/plugins/workbench-resources/package.json b/plugins/workbench-resources/package.json index 9304c2c136..6275e3eacc 100644 --- a/plugins/workbench-resources/package.json +++ b/plugins/workbench-resources/package.json @@ -5,7 +5,7 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "build:docs": "api-extractor run --local", "lint": "svelte-check && eslint", "lint:fix": "eslint --fix src", diff --git a/templates/ui/package.json b/templates/ui/package.json index c6e95acc8b..84b2553ad5 100644 --- a/templates/ui/package.json +++ b/templates/ui/package.json @@ -2,7 +2,7 @@ "name": "@anticrm/ui-package", "version": "0.6.0", "scripts": { - "build": "tsc", + "build": "tsc --noEmit", "lint:fix": "eslint --fix src", "lint": "svelte-check && eslint", "format": "prettier --write --plugin-search-dir=. src && eslint --fix src"