Move examples to their own directory

This commit is contained in:
Jordan Eldredge 2020-07-03 22:06:29 -07:00
parent fd58eab2d4
commit 3a48076f91
16 changed files with 56 additions and 6 deletions

View file

@ -2,7 +2,8 @@
"name": "webamp-monorepo",
"private": true,
"workspaces": [
"packages/*"
"packages/*",
"examples/*"
],
"scripts": {
"deploy": "yarn workspace webamp build && yarn workspace webamp build-library"