chore: remove lerna build due to inability to parse yarn 3 patch protocol
This commit is contained in:
37
.yarnrc.yml
37
.yarnrc.yml
@@ -1,25 +1,26 @@
|
|||||||
|
checksumBehavior: update
|
||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
packageExtensions:
|
||||||
|
"@types/react-beautiful-dnd@*":
|
||||||
|
peerDependencies:
|
||||||
|
"@types/react": "*"
|
||||||
|
"@types/react-dom@*":
|
||||||
|
peerDependencies:
|
||||||
|
"@types/react": "*"
|
||||||
|
"@types/react-redux@*":
|
||||||
|
peerDependencies:
|
||||||
|
"@types/react": "*"
|
||||||
|
"@types/react-transition-group@*":
|
||||||
|
peerDependencies:
|
||||||
|
"@types/react": "*"
|
||||||
|
react-dev-utils@*:
|
||||||
|
peerDependencies:
|
||||||
|
react-error-overlay: "*"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
||||||
checksumBehavior: update
|
|
||||||
|
|
||||||
packageExtensions:
|
|
||||||
"@types/react-redux@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@types/react": "*"
|
|
||||||
"@types/react-dom@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@types/react": "*"
|
|
||||||
"@types/react-beautiful-dnd@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@types/react": "*"
|
|
||||||
"@types/react-transition-group@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@types/react": "*"
|
|
||||||
"react-dev-utils@*":
|
|
||||||
peerDependencies:
|
|
||||||
"react-error-overlay": "*"
|
|
||||||
14
package.json
14
package.json
@@ -15,15 +15,15 @@
|
|||||||
"lint": "lerna run lint --parallel",
|
"lint": "lerna run lint --parallel",
|
||||||
"test": "lerna run test --parallel",
|
"test": "lerna run test --parallel",
|
||||||
"clean": "lerna run clean",
|
"clean": "lerna run clean",
|
||||||
"build": "lerna run build",
|
"build": "yarn workspaces foreach -pt run build",
|
||||||
"build:icons": "lerna run build --scope=@standardnotes/icons",
|
"build:icons": "yarn workspace @standardnotes/icons build",
|
||||||
"build:toast": "lerna run build --scope=@standardnotes/toast",
|
"build:toast": "yarn workspace @standardnotes/toast build",
|
||||||
"build:styles": "lerna run build --scope=@standardnotes/styles",
|
"build:styles": "yarn workspace @standardnotes/styles build",
|
||||||
"build:web": "lerna run build --scope=@standardnotes/web",
|
"build:web": "yarn workspace @standardnotes/web build",
|
||||||
"build:web:front": "yarn build:icons && yarn build:toast && yarn build:styles && yarn build:web",
|
"build:web:front": "yarn build:icons && yarn build:toast && yarn build:styles && yarn build:web",
|
||||||
"build:web:back": "lerna run build --scope=@standardnotes/web-server",
|
"build:web:back": "yarn workspace @standardnotes/web-server build",
|
||||||
"build:web:all": "yarn build:web:front && yarn build:web:back",
|
"build:web:all": "yarn build:web:front && yarn build:web:back",
|
||||||
"build:components": "lerna run build --scope=@standardnotes/components-meta",
|
"build:components": "yarn workspace @standardnotes/components-meta build",
|
||||||
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
|
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
|
||||||
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
|||||||
Reference in New Issue
Block a user