Skip to content

Commit

Permalink
ci(gh-actions): remove npm run build from test command
Browse files Browse the repository at this point in the history
It is run in CI action
  • Loading branch information
omBratteng committed Sep 16, 2020
1 parent 2905629 commit e242059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e242059

Please sign in to comment.