Skip to content

Commit

Permalink
Bugfix/build failed (#18)
Browse files Browse the repository at this point in the history
* remove api code
* add build steps
  • Loading branch information
susumutomita authored Mar 23, 2024
1 parent 2166d97 commit e0668c6
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 1,720 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
- name: Check format
run: make format_check

- name: Build
run: make build

- name: Test
run: make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ format_check:
yarn format:check

.PHONY: before_commit
before_commit: test format lint lint_text
before_commit: build test format lint lint_text
28 changes: 0 additions & 28 deletions app/examples/new-api-cache-control/frames/route.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions app/examples/new-api-cache-control/page.tsx

This file was deleted.

76 changes: 0 additions & 76 deletions app/examples/new-api-mint-button/frames/route.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions app/examples/new-api-mint-button/page.tsx

This file was deleted.

47 changes: 0 additions & 47 deletions app/examples/new-api-multi-page/frames/route.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions app/examples/new-api-multi-page/page.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions app/examples/new-api-multi-protocol/frames.ts

This file was deleted.

20 changes: 0 additions & 20 deletions app/examples/new-api-multi-protocol/frames/route.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions app/examples/new-api-multi-protocol/page.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions app/examples/new-api-multi-protocol/who-am-i/route.tsx

This file was deleted.

Loading

0 comments on commit e0668c6

Please sign in to comment.