Skip to content

Commit

Permalink
Update yarn to (maybe) fix node sass issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoates committed May 17, 2017
1 parent 7635cea commit 7f4cb07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ machine:
node:
version: stable
environment:
YARN_VERSION: 0.17.10
YARN_VERSION: 0.23.3
PATH: "${PATH}:${HOME}/.yarn/bin"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint src --ext js,jsx",
"lint-fix": "eslint src --ext js,jsx --fix",
"postcss": "postcss --use autoprefixer -r lib/**/*.css",
"prepublish": "node node_modules/node-sass/scripts/install.js && yarn run build",
"prepublish": "yarn run build",
"test": "NODE_ENV=test nyc --report-dir=./coverage ava && yarn run check-coverage",
"test-all": "NODE_ENV=test yarn run lint && yarn run flow && yarn run test",
"view-coverage": "yarn run check-coverage; open ./coverage/lcov-report/index.html",
Expand Down

1 comment on commit 7f4cb07

@jklmli
Copy link

@jklmli jklmli commented on 7f4cb07 May 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.