Skip to content

Commit 95ca4b7

Browse files
committed
fixup! ci: remove lerna, leverage basic shell script
1 parent 4d12e62 commit 95ca4b7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In summary : we consider a version number as being an indivisible release of all
3030
Create a folder and follow the structure of the other packages (refer to the Development section for more information).
3131

3232
- The package will be picked up automatically as long as it is included in the workspaces of the `package.json` file at the root of the project.
33-
- If you need the project to be excluded from publishing whil being on the workspace, you need to edit the file `./.github/scripts/publish.sh`, search for the EXCLUDED_PACKAGES array and add your package in it. See below:
33+
- If you need the project to be excluded from publishing while being on the workspace, you need to edit the file `./.github/scripts/publish.sh`, search for the EXCLUDED_PACKAGES array and add your package in it. See below:
3434

3535
```bash
3636
# List of packages to prevent from publishing

ui-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
"rollup-plugin-serve": "^1.1.1"
5353
},
5454
"gitHead": "973ad1478be4544e1c97303b844903247d9a9cd7"
55-
}
55+
}

ui-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
"svgo": "3.2.0"
4141
},
4242
"gitHead": "973ad1478be4544e1c97303b844903247d9a9cd7"
43-
}
43+
}

ui-manchette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
"rollup-plugin-serve": "^1.1.1"
5454
},
5555
"gitHead": "973ad1478be4544e1c97303b844903247d9a9cd7"
56-
}
56+
}

ui-spacetimechart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
"lodash": "^4.17.21",
4444
"vitest": "^1.5.0"
4545
}
46-
}
46+
}

ui-speedspacechart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"rollup-plugin-serve": "^1.1.1"
5555
},
5656
"gitHead": "973ad1478be4544e1c97303b844903247d9a9cd7"
57-
}
57+
}

ui-warped-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
"peerDependencies": {
6464
"react": ">=18.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)