Skip to content

Commit 19bfa9e

Browse files
committed
improve publish scripts
1 parent d7196ed commit 19bfa9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Gökhan Kurt
3+
Copyright (c) 2025 Gökhan Kurt
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/tanstack-query-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
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",

0 commit comments

Comments
 (0)