Skip to content

Commit 16bc668

Browse files
committed
circleci change to yarn
1 parent 8bdaf96 commit 16bc668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
machine:
22
node:
3-
version: 6.4.0
3+
version: 10.12.0
44

55
dependencies:
66
override:
7-
- npm install
8-
- npm run build
7+
- yarn install --pure-lockfile
8+
- yarn run build
99

1010
test:
1111
override:
12-
- npm run test
12+
- yarn run test

0 commit comments

Comments
 (0)