File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 "testsuite" : " pnpm lint && pnpm circular && pnpm run test:run" ,
7272 "ncu" : " ncu" ,
7373 "pub" : " pnpm prepublish && npm publish --access public" ,
74- "prepublish" : " pnpm build && cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
74+ "prepublish" : " cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
7575 "postpublish" : " mv -f ./tsconfig.json.bak ./tsconfig.json && rm -f tsplus.config.json"
7676 },
7777 "gitHead" : " bd8e27eea3eff97db8739d577d67e7336c078d28" ,
Original file line number Diff line number Diff line change 303303 "testsuite" : " pnpm lint && pnpm circular && pnpm run test:run" ,
304304 "ncu" : " ncu" ,
305305 "pub" : " pnpm prepublish && npm publish --access public" ,
306- "prepublish" : " pnpm build && cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
306+ "prepublish" : " cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
307307 "postpublish" : " mv -f ./tsconfig.json.bak ./tsconfig.json && rm -f tsplus.config.json"
308308 },
309309 "gitHead" : " bd8e27eea3eff97db8739d577d67e7336c078d28" ,
Original file line number Diff line number Diff line change 1010 "circular" : " madge --circular --ts-config ./tsconfig.json --extensions ts ./src" ,
1111 "ncu" : " ncu" ,
1212 "pub" : " pnpm prepublish && npm publish --access public" ,
13- "prepublish" : " pnpm build && cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
13+ "prepublish" : " cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
1414 "postpublish" : " mv -f ./tsconfig.json.bak ./tsconfig.json && rm -f tsplus.config.json"
1515 },
1616 "dependencies" : {
Original file line number Diff line number Diff line change 403403 "client" : " node --experimental-specifier-resolution=node -r source-map-support/register ./dist/client.bin.js" ,
404404 "ncu" : " ncu" ,
405405 "pub" : " pnpm prepublish && npm publish --access public" ,
406- "prepublish" : " pnpm build && cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
406+ "prepublish" : " cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
407407 "postpublish" : " mv -f ./tsconfig.json.bak ./tsconfig.json && rm -f tsplus.config.json"
408408 },
409409 "gitHead" : " bd8e27eea3eff97db8739d577d67e7336c078d28" ,
Original file line number Diff line number Diff line change 130130 "testsuite" : " pnpm lint && pnpm circular && pnpm run test:run" ,
131131 "ncu" : " ncu" ,
132132 "pub" : " pnpm prepublish && npm publish --access public" ,
133- "prepublish" : " pnpm build && cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
133+ "prepublish" : " cp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json" ,
134134 "postpublish" : " mv -f ./tsconfig.json.bak ./tsconfig.json && rm -f tsplus.config.json"
135135 },
136136 "gitHead" : " bd8e27eea3eff97db8739d577d67e7336c078d28" ,
Original file line number Diff line number Diff line change 2222 "name" : " @effect/language-service" ,
2323 "diagnosticSeverity" : {
2424 "missingEffectServiceDependency" : " error" ,
25- "effectFnOpportunity" : " off " ,
26- "globalErrorInEffectFailure" : " off "
25+ "effectFnOpportunity" : " warning " ,
26+ "globalErrorInEffectFailure" : " warning "
2727 }
2828 }
2929 ]
You can’t perform that action at this time.
0 commit comments