Skip to content

Commit 7098d71

Browse files
author
Pooya Parsa
committed
🥂 CircleCI 2
1 parent cb78f02 commit 7098d71

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ jobs:
1010

1111
# Restore cache
1212
- restore_cache:
13-
key: yarn-{{ checksum "yarn.lock" }}
13+
key: yarn-{{ checksum "yarn.lock" }}
1414

1515
# Install dependencies
1616
- run:
17-
name: Install Dependencies
18-
command: yarn
17+
name: Install Dependencies
18+
command: yarn
1919

2020
# Keep cache
2121
- save_cache:
22-
key: yarn-{{ checksum "yarn.lock" }}
23-
paths:
24-
- "node_modules"
22+
key: yarn-{{ checksum "yarn.lock" }}
23+
paths:
24+
- "node_modules"
2525

2626
# Build
2727
- run:
28-
name: Build
29-
command: yarn build
28+
name: Build
29+
command: yarn build
3030

3131
# Test
3232
- run:
33-
name: Tests
34-
command: yarn test
33+
name: Tests
34+
command: yarn test
3535

3636
# Deploy to NPM
3737
- deploy:

0 commit comments

Comments
 (0)