feat: deprecated editors (#1166)

This commit is contained in:
Mo
2022-06-27 14:08:33 -05:00
committed by GitHub
parent d340ff9d77
commit 60ca415044
642 changed files with 33059 additions and 9259 deletions

View File

@@ -6,7 +6,9 @@
"main": "dist",
"workspaces": {
"packages": [
"src/packages/*"
"src/Packages/Deprecated/*",
"src/Packages/Editors/*",
"src/Packages/Themes/*"
]
},
"scripts": {
@@ -14,8 +16,9 @@
"lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run lint",
"format": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run format",
"test": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run test",
"build": "tsc --project tsconfig.json && yarn workspaces foreach --parallel --interlaced --jobs 10 --verbose --exclude @standardnotes/components-meta run components:compile",
"package": "node scripts/package.mjs",
"build": "yarn build:ts && yarn workspaces foreach --parallel --interlaced --jobs 10 --verbose --exclude @standardnotes/components-meta run components:compile",
"build:ts": "tsc --project tsconfig.json",
"package": "yarn build:ts && node scripts/package.mjs",
"version": "./scripts/VERSION.sh"
},
"dependencies": {