We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0adc6 commit 10cd6c7Copy full SHA for 10cd6c7
.circleci/config.yml
@@ -13,6 +13,7 @@ jobs:
13
key: dependency-cache-{{ checksum "yarn.lock" }}
14
paths:
15
- ./node_modules
16
+ - run: npm run build
17
- run: npm run coverage
18
- run: npm run check-coverage
19
- run: npm run report
.eslintignore
@@ -1,3 +1,4 @@
1
# Skip bin and coverage folders
2
bin/**
3
coverage/**
4
+built/**
0 commit comments