Skip to content

Commit 250dbd9

Browse files
authored
chore(angular-query): run publint and attw on tarball (#9518)
using built-in packaging of these tools does not run prepack
1 parent 8f474ad commit 250dbd9

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
@@ -42,7 +42,7 @@
4242
"test:types:tscurrent": "tsc --build",
4343
"test:lib": "vitest",
4444
"test:lib:dev": "pnpm run test:lib --watch",
45-
"test:build": "publint --strict && attw --pack",
45+
"test:build": "pnpm pack && publint ./dist/*.tgz --strict && attw ./dist/*.tgz; premove ./dist/*.tgz",
4646
"build": "vite build",
4747
"prepack": "node scripts/prepack.js"
4848
},

0 commit comments

Comments
 (0)