Skip to content

Commit

Permalink
Update build-nextjs-boilerplate-with-surf-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Oct 4, 2024
1 parent b0e2fab commit 86ebac2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
# Handle surf related files
- run: rm -rf ./src/entry-functions
- run: rm -rf ./src/view-functions
- run: mv ./src/components/MessageBoardWithSurf.tsx ./frontend/components/MessageBoard.tsx
- run: mv ./src/components/TransferAPTWithSurf.tsx ./frontend/components/TransferAPT.tsx
- run: mv ./src/view-functions-with-surf ./frontend/view-functions
- run: mv ./src/components/MessageBoardWithSurf.tsx ./src/components/MessageBoard.tsx
- run: mv ./src/components/TransferAPTWithSurf.tsx ./src/components/TransferAPT.tsx
- run: mv ./src/view-functions-with-surf ./src/view-functions

# Install deps and build.
- run: pnpm install
Expand Down

0 comments on commit 86ebac2

Please sign in to comment.