File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "format" : " prettier --write ." ,
1414 "format:check" : " prettier --check ." ,
1515 "typecheck" : " turbo typecheck" ,
16- "check" : " turbo check " ,
16+ "check" : " pnpm run lint && pnpm run typecheck && pnpm run build && pnpm run test " ,
1717 "clean" : " turbo clean" ,
1818 "changeset" : " changeset" ,
1919 "version-packages" : " changeset version" ,
20- "release" : " turbo check && changeset publish" ,
20+ "release" : " pnpm check && changeset publish" ,
2121 "prepare" : " husky"
2222 },
2323 "devDependencies" : {
Original file line number Diff line number Diff line change 1818 " README.md" ,
1919 " CHANGELOG.md"
2020 ],
21- "prepublishOnly" : " npm run lint && pnpm run typecheck && pnpm run build && pnpm run test" ,
21+ "prepublishOnly" : " pnpm run lint && pnpm run typecheck && pnpm run build && pnpm run test" ,
2222 "exports" : {
2323 "." : {
2424 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments