Skip to content

Commit

Permalink
Update core (3745138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Sep 9, 2024
1 parent 7ba3a0f commit 29e1a1a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 25 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/update-gh-pages.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.vscode
*.tmp
/public/build/
/dist/
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ all:
rebuild:
make -C core rebuild

update-public-build:
make -C core update-public-build
update-dist:
make -C core update-dist

server:
make -C core server
preview-server:
make -C core preview-server
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Follow the steps below to create a PR and add your settings!
Run local web server by the following command in Terminal.

```shell
make server
make preview-server
```

Then open <http://localhost:8000>.
Expand Down

0 comments on commit 29e1a1a

Please sign in to comment.