Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 14, 2024
1 parent 2a3027f commit dd80860
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"link": "pnpm --filter './packages/*' dev:link",
"release": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary",
"release:beta": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary --tag v18-beta",
"release:rc": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary --tag rc",
"release:rc": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary --tag v18-rc",
"build": "NODE_ENV=production pnpm run build:check && pnpm run build:packages",
"build:check": "pnpm run format:check && pnpm run security:check",
"build:packages": "pnpm run build:lib && pnpm run build:themes && pnpm run build:showcase",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-publish-summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"publishedPackages": [
{
"name": "primeng",
"version": "18.0.0-beta.4"
},
{
"name": "@primeng/themes",
"version": "18.0.0-beta.4"
}
]
}

0 comments on commit dd80860

Please sign in to comment.