Skip to content

Commit

Permalink
Fix npm install on Windows (OctoLinker#244)
Browse files Browse the repository at this point in the history
* Add fsevents to optionalDependencies

* Use husky to manage githooks

* Remove `--no-shrinkwrap --ignore-scripts` from appveyor.yml
  • Loading branch information
morganj authored and stefanbuck committed Dec 31, 2016
1 parent f172eb6 commit 0397d71
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 812 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- choco install phantomjs
- choco install zip
# install modules
- npm install --no-shrinkwrap --ignore-scripts
- npm install

# Post-install test scripts.
test_script:
Expand Down
Loading

0 comments on commit 0397d71

Please sign in to comment.