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 c3e0aa4 commit 72d38c4Copy full SHA for 72d38c4
.github/workflows/test.yml
@@ -39,3 +39,6 @@ jobs:
39
40
- name: Build
41
run: pnpm build
42
+
43
+ - name: Validate package
44
+ run: pnpm validate:pack
package.json
@@ -51,7 +51,8 @@
51
"release": "pnpm build && changeset publish",
52
"test": "vitest run",
53
"test:ci": "vitest run --coverage",
54
- "test:watch": "vitest"
+ "test:watch": "vitest",
55
+ "validate:pack": "attw --pack ."
56
},
57
"devDependencies": {
58
"@arethetypeswrong/cli": "0.18.2",
0 commit comments