Skip to content

Commit 5df5456

Browse files
committed
fix: shaed workspace, take 2
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent ef5af27 commit 5df5456

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

lerna.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [
7+
"shared/*",
78
"packages/*",
89
"@tunnckocore/*"
910
],
@@ -20,7 +21,8 @@
2021
"createRelease": "github",
2122
"message": "chore: release package(s)",
2223
"ignoreChanges": [
23-
"**/__shared__/**"
24+
"**/__shared__/**",
25+
"**/shared/**"
2426
]
2527
}
2628
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "@tunnckocore/opensource",
44
"homepage": "https://github.com/tunnckocore/opensource",
55
"workspaces": [
6+
"shared/*",
67
"packages/*",
78
"@tunnckocore/*"
89
],

packages/__shared__/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/__shared__/package.json renamed to shared/__shared__/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "support_package__",
3-
"version": "0.1.1",
2+
"name": "shared",
3+
"version": "0.1.0",
44
"dependencies": {
55
"@tunnckocore/jest-runner-babel": "^3.1.0",
66
"@tunnckocore/jest-runner-eslint": "^0.2.3",

0 commit comments

Comments
 (0)