Skip to content

Commit

Permalink
fix: update workspace configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed May 30, 2023
1 parent e8cbc0a commit e5944c8
Show file tree
Hide file tree
Showing 7 changed files with 553 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ npm-*.log
.DS_Store

# local
.helpers/
.local/
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.5.1.cjs
20 changes: 4 additions & 16 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
{
"packages": [
"packages/*"
],
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"command": {
"version": {
"allowBranch": "master",
"ignoreChanges": [
"*.md",
"packages/test/**"
],
"conventionalCommits": true,
"noCommitHooks": true,
"noChangelog": true
},
"publish": {
"yes": true
"packages/*/test"
]
}
},
"stream": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.26.3"
}
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"test": "./bin/run-tests $@",
"test:watch": "yarn test --watch",
"clean": "rimraf -g 'packages/*/dist'",
"lint": "eslint --ignore-pattern 'packages/*/test/src/*' 'packages/*/{src,test}/**/*.ts'",
"clean": "rimraf -g 'packages/*/{dist/*,*.tsbuildinfo,yarn-error.log}'",
"lint": "eslint 'packages/*/src/**/*.ts'",
"build": "tsc -b packages/tsconfig.json",
"build:esm": "tsc -b packages/tsconfig.esm.json",
"watch": "tsc -b packages -w"
Expand All @@ -31,12 +31,10 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.3.1",
"lerna": "^6.6.2",
"rimraf": "^5.0.1",
"ts-jest": "^29.0.3",
"typescript": "^5.0.4"
},
"dependencies": {
"lerna": "^6.6.2"
},
"packageManager": "yarn@3.5.1"
}
3 changes: 0 additions & 3 deletions test.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions test.mjs

This file was deleted.

0 comments on commit e5944c8

Please sign in to comment.