mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-28 12:15:33 +08:00
ci(gh-actions): remove npm run build from test command
It is run in CI action
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"dev": "start-storybook -p 6006",
|
||||
"build": "rm -fr ./dist ./native && rollup -c && npm run test:size",
|
||||
"deploy:docs": "storybook-to-ghpages",
|
||||
"test": "npm run test:tsc && npm run test:unit && npm run build",
|
||||
"test": "npm run test:tsc && npm run test:unit",
|
||||
"test:unit": "npm run test:unit:web && npm run test:unit:native",
|
||||
"test:unit:web": "jest -c jest.web.config.js",
|
||||
"test:unit:native": "jest -c jest.native.config.js",
|
||||
|
||||
Reference in New Issue
Block a user