Skip to content

Commit c0fb724

Browse files
committed
1.2.4
1.2.12 1.2.13 1.2.14 1.2.15
1 parent 0a3dd29 commit c0fb724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"format": "npx prettier --write .",
1212
"test": "npm run build && jest",
1313
"verdaccio": "pm2 start $(which verdaccio) --name verdaccio",
14-
"localpublish": "pnpm run build && git add . && git commit --amend --no-edit && pnpm version patch && pnpm publish --registry http://localhost:4873"
14+
"localpublish": "pnpm run build && git add . && git commit --amend --no-edit && pnpm version patch && pnpm publish --no-git-checks --registry http://localhost:4873"
1515
},
1616
"exports": {
1717
".": {

src/layers/ReactCache/defineReactCacheLayer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const defineReactCacheLayer = <
5959
useEffect(() => {
6060
return () => {
6161
(async () => {
62-
console.log("RUNNNING")
62+
console.log("RUNNY44444444")
6363
await updater?.(node, nodeState)
6464
})()
6565
}

0 commit comments

Comments
 (0)