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 8f474ad commit 250dbd9Copy full SHA for 250dbd9
packages/angular-query-experimental/package.json
@@ -42,7 +42,7 @@
42
"test:types:tscurrent": "tsc --build",
43
"test:lib": "vitest",
44
"test:lib:dev": "pnpm run test:lib --watch",
45
- "test:build": "publint --strict && attw --pack",
+ "test:build": "pnpm pack && publint ./dist/*.tgz --strict && attw ./dist/*.tgz; premove ./dist/*.tgz",
46
"build": "vite build",
47
"prepack": "node scripts/prepack.js"
48
},
0 commit comments