chore(editor): remove unused npm scripts (#10895)

This commit is contained in:
Saul-Mirone
2025-03-16 17:48:49 +00:00
parent 2f5e801097
commit 7e6ff8d9c6
42 changed files with 41 additions and 168 deletions

View File

@@ -3,11 +3,7 @@
"description": "Std for blocksuite blocks",
"type": "module",
"scripts": {
"build": "tsc",
"test:unit": "nx vite:test --run",
"test:unit:coverage": "nx vite:test --run --coverage",
"test:unit:ui": "nx vite:test --ui",
"test": "yarn test:unit"
"build": "tsc"
},
"sideEffects": false,
"keywords": [],

View File

@@ -3,9 +3,6 @@
"types": "./index.d.ts",
"type": "module",
"scripts": {
"test:unit": "nx vite:test --run",
"test:unit:coverage": "nx vite:test --run --coverage",
"test:unit:ui": "nx vite:test --ui",
"build": "tsc"
},
"sideEffects": false,

View File

@@ -3,10 +3,7 @@
"description": "A micro editor.",
"type": "module",
"scripts": {
"build": "tsc",
"test:unit": "nx vite:test --run",
"test:unit:coverage": "nx vite:test --run --coverage",
"test:unit:ui": "nx vite:test --ui"
"build": "tsc"
},
"sideEffects": false,
"keywords": [],

View File

@@ -3,11 +3,7 @@
"description": "BlockSuite data store built for general purpose state management.",
"type": "module",
"scripts": {
"build": "tsc",
"test:unit": "nx vite:test --run",
"test:unit:coverage": "nx vite:test --run --coverage",
"test:unit:ui": "nx vite:test --ui",
"test": "yarn test:unit"
"build": "tsc"
},
"sideEffects": false,
"keywords": [],

View File

@@ -3,9 +3,7 @@
"description": "BlockSuite data synchronization engine abstraction and implementation.",
"type": "module",
"scripts": {
"build": "tsc",
"test:unit": "nx vite:test --run",
"test": "yarn test:unit"
"build": "tsc"
},
"sideEffects": false,
"keywords": [],