Skip to content

Commit 93caca1

Browse files
authored
chore(angular-query): run prepack after build (#9294)
1 parent 658d5fa commit 93caca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:lib": "vitest",
4444
"test:lib:dev": "pnpm run test:lib --watch",
4545
"test:build": "pnpm pack && publint ./dist/*.tgz --strict && attw ./dist/*.tgz; premove ./dist/*.tgz",
46-
"build": "vite build",
46+
"build": "vite build && pnpm run prepack",
4747
"prepack": "node ./scripts/prepack.js"
4848
},
4949
"type": "module",

0 commit comments

Comments
 (0)