Skip to content

Commit 10cd6c7

Browse files
author
whyboris
committed
pass circleci 🐙
1 parent 2f0adc6 commit 10cd6c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
key: dependency-cache-{{ checksum "yarn.lock" }}
1414
paths:
1515
- ./node_modules
16+
- run: npm run build
1617
- run: npm run coverage
1718
- run: npm run check-coverage
1819
- run: npm run report

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Skip bin and coverage folders
22
bin/**
33
coverage/**
4+
built/**

0 commit comments

Comments
 (0)