Skip to content

Commit e242059

Browse files
committed
ci(gh-actions): remove npm run build from test command
It is run in CI action
1 parent 2905629 commit e242059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dev": "start-storybook -p 6006",
3535
"build": "rm -fr ./dist ./native && rollup -c && npm run test:size",
3636
"deploy:docs": "storybook-to-ghpages",
37-
"test": "npm run test:tsc && npm run test:unit && npm run build",
37+
"test": "npm run test:tsc && npm run test:unit",
3838
"test:unit": "npm run test:unit:web && npm run test:unit:native",
3939
"test:unit:web": "jest -c jest.web.config.js",
4040
"test:unit:native": "jest -c jest.native.config.js",

0 commit comments

Comments
 (0)