Skip to content

Commit

Permalink
rename apps --> examples (coinbase#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-jake authored Sep 20, 2024
1 parent 7dd339a commit 2fa77b4
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./apps/testapp/out
path: ./examples/testapp/out

deploy:
environment:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"workspaces": [
"packages/*",
"apps/*"
"examples/*"
],
"scripts": {
"lint": "yarn workspaces foreach -pt run lint",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9931,9 +9931,9 @@ __metadata:
languageName: node
linkType: hard

"sdk-playground@workspace:apps/testapp":
"sdk-playground@workspace:examples/testapp":
version: 0.0.0-use.local
resolution: "sdk-playground@workspace:apps/testapp"
resolution: "sdk-playground@workspace:examples/testapp"
dependencies:
"@chakra-ui/icons": ^2.1.1
"@chakra-ui/react": ^2.8.0
Expand Down

0 comments on commit 2fa77b4

Please sign in to comment.