We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@arethetypeswrong/cli
1 parent 7fba473 commit c577089Copy full SHA for c577089
packages/cva/package.json
@@ -36,14 +36,17 @@
36
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6 ",
37
"build:tsc": "tsc --project .config/tsconfig.build.json",
38
"bundlesize": "pnpm build && bundlesize -f 'dist/*.js' -s 1.6KB",
39
- "check": "tsc --project tsconfig.json --noEmit",
+ "check": "pnpm run '/^check:.*/'",
40
+ "check:exports": "attw --pack .",
41
+ "check:tsc": "tsc --project tsconfig.json --noEmit",
42
"dev": "jest --config .config/jest.config.ts --watch",
43
"prepublishOnly": "pnpm build"
44
},
45
"dependencies": {
46
"clsx": "^2.1.1"
47
48
"devDependencies": {
49
+ "@arethetypeswrong/cli": "0.17.3",
50
"@swc/cli": "0.3.12",
51
"@swc/core": "1.4.16",
52
"@types/node": "20.12.7",
0 commit comments