Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 10, 2024
1 parent 6bef1bf commit 450fd3e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/primefaces/primeng/issues"
},
"scripts": {
"setup": "rm -rf **/node_modules **/dist **/.angular ./pnpm-lock.yaml && pnpm run init",
"setup": "npx rimraf **/node_modules **/dist **/.angular ./pnpm-lock.yaml && pnpm run init",
"init": "pnpm install && husky",
"link": "pnpm --filter './packages/*' dev:link",
"release": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary",
Expand Down Expand Up @@ -65,7 +65,7 @@
"pnpm": "^9.6.0",
"prettier": "^3.0.0",
"tsup": "^8.1.0",
"typescript": "5.5.4"
"typescript": "catalog:angular19"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 13 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ catalogs:
"@angular-eslint/schematics": ^19
"@angular-eslint/template-parser": ^19
"zone.js": ~0.15.0
"ng-packagr": 19.0.0
"ng-packagr": ^19
"typescript": 5.5.4

0 comments on commit 450fd3e

Please sign in to comment.