File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
"format" : " npx prettier --write ." ,
12
12
"test" : " npm run build && jest" ,
13
13
"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"
15
15
},
16
16
"exports" : {
17
17
"." : {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export const defineReactCacheLayer = <
59
59
useEffect ( ( ) => {
60
60
return ( ) => {
61
61
( async ( ) => {
62
- console . log ( "RUNNNING " )
62
+ console . log ( "RUNNY44444444 " )
63
63
await updater ?.( node , nodeState )
64
64
} ) ( )
65
65
}
You can’t perform that action at this time.
0 commit comments