Skip to content

Commit

Permalink
chore: prepare for lerna publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Feb 28, 2025
1 parent cda4784 commit 816805c
Show file tree
Hide file tree
Showing 15 changed files with 1,929 additions and 86 deletions.
1 change: 0 additions & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@custom/cms",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion apps/decap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@custom/decap",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 0 additions & 1 deletion apps/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@custom/preview",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test:static": "tsc --noEmit && eslint . --quiet",
Expand Down
10 changes: 10 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "independent",
"npmClient": "pnpm",
"command": {
"publish": {
"conventionalCommits": true,
"message": "chore(release): release"
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^9.1.7",
"lerna": "^8.2.0",
"prettier": "^3.4.2",
"turbo": "^2.3.4"
},
Expand Down
1 change: 0 additions & 1 deletion packages/drupal/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "@custom/custom",
"version": "1.0.0",
"private": true
}
1 change: 0 additions & 1 deletion packages/drupal/gutenberg_blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@custom/gutenberg_blocks",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite build --watch",
Expand Down
1 change: 0 additions & 1 deletion packages/drupal/search_api_global/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "@custom/search_api_global",
"version": "1.0.0",
"private": true
}
1 change: 0 additions & 1 deletion packages/drupal/test_content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "@custom/test_content",
"version": "1.0.0",
"private": true
}
1 change: 0 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@custom/ui",
"private": true,
"version": "1.0.0",
"type": "module",
"sideEffects": [
"styles.css"
Expand Down
1 change: 1 addition & 0 deletions packages/webform-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@custom/webform-export",
"type": "module",
"private": true,
"scripts": {
"test:static": "tsc --noEmit && eslint . --quiet",
"webform-snapshots": "playwright install chromium && playwright test",
Expand Down
Loading

0 comments on commit 816805c

Please sign in to comment.