Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 363d3b4

Browse files
committed
fix CI command
1 parent a9683e2 commit 363d3b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
# - run:
5959
# name: Project Tests
6060
# command: yarn test:projects:cra-ts
61+
- run:
62+
name: Bundler Tests
63+
command: yarn test:bundlers:rollup
6164
- run:
6265
name: Danger JS
6366
command: |

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"test:vulns": "snyk test",
3939
"test:visual": "gulp screener",
4040
"test:projects:cra-ts": "gulp test:projects:cra-ts",
41+
"test:bundlers:rollup": "gulp test:bundlers:rollup",
4142
"generate:component": "gulp generate:component"
4243
},
4344
"lint-staged": {

0 commit comments

Comments
 (0)