Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed May 11, 2024
1 parent 672750b commit 6150b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"link:example-ssr": "cd example-ssr && yalc add react-modal-sheet",
"test": "vitest run",
"typecheck": "tsc --noEmit --skipLibCheck",
"release": "npm run build && types:analyze && np"
"release": "npm run build && npm run build:verify && np"
},
"dependencies": {
"@react-aria/utils": "3.24.0"
Expand Down

0 comments on commit 6150b65

Please sign in to comment.