Skip to content

Commit

Permalink
chore: add rebuild:lib command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Apr 19, 2024
1 parent 8dc2138 commit cff3545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
"lint": "turbo run lint",
"build": "turbo run build",
"build:lib": "turbo run build --filter=next-safe-action",
"rebuild:lib": "npm run build:lib -- --force && npm i",
"deploy": "turbo run deploy"
},
"author": "Edoardo Ranghieri",
Expand Down

0 comments on commit cff3545

Please sign in to comment.