Skip to content

Commit

Permalink
dev: remove hoisting from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 27, 2019
1 parent 19aede3 commit 50b7a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ dist
.idea

storage
.e2e-tests-cache
.e2e-tests-cache

examples/**/yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"workspaces": {
"packages": [
"core/*",
"examples/*",
"other-packages/*"
],
"nohoist": [
"dev-env/*"
"dev-env/*",
"examples/*"
]
}
}

0 comments on commit 50b7a77

Please sign in to comment.