Skip to content

Commit

Permalink
fix: disable prepublish test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Aug 3, 2023
1 parent ab7d878 commit 111894c
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 @@ -26,7 +26,7 @@

"prepare": "husky install",

"ubik": "pnpm i && pnpm clean && pnpm check && pnpm cov && ubik",
"ubik": "pnpm i && pnpm clean && pnpm check && ubik",
"ubik:all": "time sh -c 'pnpm ubik wet && cd agent && ubik wet && cd ../connect && ubik wet && cd scrt && ubik wet'",

"check": "time tsc --noEmit",
Expand Down

0 comments on commit 111894c

Please sign in to comment.