File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/tanstack-query-builder Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 Gökhan Kurt
3+ Copyright (c) 2025 Gökhan Kurt
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3232 "start" : " tsup --watch" ,
3333 "build" : " tsup" ,
3434 "test" : " vitest" ,
35- "prepare" : " npm run bundle " ,
36- "bundle " : " npm run build && node ../../scripts/copyPackageJson.mts" ,
35+ "prepare" : " npm run build " ,
36+ "prepack " : " node ../../scripts/copyPackageJson.mts" ,
3737 "attw" : " npx --yes @arethetypeswrong/cli --pack dist" ,
3838 "publint" : " cd dist && npx --yes publint" ,
39- "publish" : " npm run bundle && npm run attw && npm run publint && npm publish ./dist --provenance --access public"
39+ "publish" : " npm run build && npm run prepack && npm run attw && npm run publint && npm publish ./dist --provenance --access public"
4040 },
4141 "devDependencies" : {
4242 "@tanstack/react-query" : " ^5.66.11" ,
You can’t perform that action at this time.
0 commit comments