Skip to content

Commit

Permalink
ci: revert debug tsc, found out that I had the wrong version of immer…
Browse files Browse the repository at this point in the history
… installed locally
  • Loading branch information
johannes-lindgren committed Aug 23, 2024
1 parent d91c345 commit 94ffa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/immer-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "NODE_NO_WARNINGS=1 vitest",
"coverage": "vitest run --coverage",
"release": "standard-version",
"check:types": "tsc --noEmit --pretty --verbose"
"check:types": "tsc --noEmit"
},
"peerDependencies": {
"immer": "^9.0.12",
Expand Down

0 comments on commit 94ffa84

Please sign in to comment.