We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d5fa commit 93caca1Copy full SHA for 93caca1
packages/angular-query-experimental/package.json
@@ -43,7 +43,7 @@
43
"test:lib": "vitest",
44
"test:lib:dev": "pnpm run test:lib --watch",
45
"test:build": "pnpm pack && publint ./dist/*.tgz --strict && attw ./dist/*.tgz; premove ./dist/*.tgz",
46
- "build": "vite build",
+ "build": "vite build && pnpm run prepack",
47
"prepack": "node ./scripts/prepack.js"
48
},
49
"type": "module",
0 commit comments