Skip to content

Commit 49ae159

Browse files
committed
update circle.yml
1 parent 2c53c90 commit 49ae159

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

circle.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@ machine:
22
node:
33
version: 6
44

5-
post:
6-
- curl -o- -L https://yarnpkg.com/install.sh | bash
7-
85
dependencies:
96
cache_directories:
107
- "~/.yarn-cache"
118

12-
pre:
13-
- yarn --version
14-
159
override:
10+
- curl -o- -L https://yarnpkg.com/install.sh | bash
1611
- NODE_ENV=dev yarn install
17-
- cat yarn.lock
1812

1913
test:
2014
override:

0 commit comments

Comments
 (0)