Skip to content

Commit c8fa60a

Browse files
committed
ci: remove useless build
1 parent 678cb0b commit c8fa60a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@
3737
"build:storybook": "del ./storybook-static; NODE_ENV=production build-storybook",
3838
"test:lint": "eslint 'src/**/*.{ts,tsx}' 'stories/**/*.{ts,tsx}' 'sandboxes/**/*.{ts,tsx}' 'test/**/*.{ts,tsx}'",
3939
"test:unit": "jest -c jest.config.json",
40-
"test:build": "pnpm build",
4140
"test:size": "size-limit",
4241
"test:typings": "tsd",
43-
"test": "pnpm test:lint && pnpm test:unit && pnpm test:build",
42+
"test": "pnpm test:lint && pnpm test:unit",
4443
"format": "prettier --write src",
4544
"commit": "cz",
4645
"bumpVersion": "standard-version",

0 commit comments

Comments
 (0)