Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 52ec829

Browse files
simplify CI
1 parent d46d8f0 commit 52ec829

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ jobs:
1919
keys:
2020
- yarn-packages-{{ checksum "yarn.lock" }}
2121
- yarn-packages-
22-
23-
- run: sudo npm i -g
22+
- run:
23+
name: Install Dependencies
24+
command: yarn
2425

2526
- save_cache:
2627
name: Save Yarn Package Cache
2728
key: yarn-packages-{{ checksum "yarn.lock" }}
2829
paths:
2930
- ~/.cache/yarn
30-
31-
- run:
32-
name: Create an nteract app
33-
command: create-nteract-app snow-leopard
3431

3532
- run:
3633
name: Run tests

0 commit comments

Comments
 (0)