Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
apply yarn workspacrs (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
asiandrummer committed Aug 10, 2017
1 parent 640fd39 commit 3b93477
Show file tree
Hide file tree
Showing 76 changed files with 2,731 additions and 3,024 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ node_js: stable
before_install:
- npm config set spin false --global
- node resources/hoistDependencies.js
- mkdir -p node_modules
- (cd node_modules && ln -s ../packages/graphql-language-service-types)
- (cd node_modules && ln -s ../packages/graphql-language-service-parser)
- (cd node_modules && ln -s ../packages/graphql-language-service-interface)
- (cd node_modules && ln -s ../packages/graphql-language-service-server)
- (cd node_modules && ln -s ../packages/graphql-language-service-utils)
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
workspaces-experimental true
Loading

0 comments on commit 3b93477

Please sign in to comment.