Skip to content

Commit cb78f02

Browse files
author
Pooya Parsa
committed
🥂 CircleCI 2
1 parent 208b248 commit cb78f02

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,17 @@ jobs:
2121
- save_cache:
2222
key: yarn-{{ checksum "yarn.lock" }}
2323
paths:
24-
- node_modules
24+
- "node_modules"
25+
26+
# Build
27+
- run:
28+
name: Build
29+
command: yarn build
30+
31+
# Test
32+
- run:
33+
name: Tests
34+
command: yarn test
2535

2636
# Deploy to NPM
2737
- deploy:

0 commit comments

Comments
 (0)