Permalink
Browse files

remove yarn.lock files

  • Loading branch information...
1 parent 120c353 commit 7c8abc3d80bab30ec435fea4e34fc89b27627049 @jongold jongold committed Apr 24, 2017
View
@@ -5,3 +5,4 @@ lib
react-example.sketchplugin
_book
.vscode
+yarn.lock
View
@@ -5,3 +5,4 @@ _book
examples
docs
.vscode
+yarn.lock
View
@@ -7,12 +7,6 @@ machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
-dependencies:
- override:
- - yarn
- cache_directories:
- - ~/.cache/yarn
-
test:
override:
- - yarn test:ci
+ - npm run test:ci
Oops, something went wrong.

0 comments on commit 7c8abc3

Please sign in to comment.