Skip to content

Commit

Permalink
min diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bangtoven committed Sep 17, 2024
1 parent d6d83f7 commit 4d332ba
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
with:
static_site_generator: next
- name: Install dependencies
run: yarn install --immutable
run: yarn install
- name: Build and export with Next.js
run: yarn deploy
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./apps/playground/out
path: ./apps/testapp/out

deploy:
environment:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,5 @@
- To run it locally follow these steps:

1. Fork this repo and clone it
1. Checkout the playground branch `git checkout playground`
1. From the root dir run `yarn install`
1. From the root dir run `yarn dev`
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.
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/playground":
"sdk-playground@workspace:apps/testapp":
version: 0.0.0-use.local
resolution: "sdk-playground@workspace:apps/playground"
resolution: "sdk-playground@workspace:apps/testapp"
dependencies:
"@chakra-ui/icons": ^2.1.1
"@chakra-ui/react": ^2.8.0
Expand Down

0 comments on commit 4d332ba

Please sign in to comment.