Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 22, 2024
1 parent baa0826 commit a5838e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/primefaces/primevue/issues"
},
"scripts": {
"setup": "rm -rf **/node_modules **/dist ./pnpm-lock.yaml && pnpm install",
"setup": "rm -rf **/node_modules **/dist **/.nuxt ./pnpm-lock.yaml && pnpm install",
"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 beta",
Expand Down

0 comments on commit a5838e9

Please sign in to comment.