Skip to content

Commit

Permalink
chore: script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Feb 23, 2024
1 parent 142c470 commit ce13a05
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"label": "Install Dependencies",
"type": "shell",
"command": "./install.sh",
"command": "./scripts/install.sh",
"presentation": {
"reveal": "always",
"panel": "new",
Expand All @@ -18,7 +18,7 @@
{
"label": "Run Website",
"type": "shell",
"command": "./run.sh",
"command": "npm run start",
"presentation": {
"reveal": "always",
"panel": "new",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Editing files on the GitHub website is a pain. If you are adding a significant a
- Go into the cloned directory:
- `cd hanabi.github.io`
- Install the dependencies:
- `./install.sh`
- `bash ./scripts/install.sh`

### Part 3 - Run It, Make Changes, and Observe Changes

Expand Down
10 changes: 0 additions & 10 deletions run.sh

This file was deleted.

0 install.sh → scripts/install.sh
100755 → 100644
File renamed without changes.
File renamed without changes.

0 comments on commit ce13a05

Please sign in to comment.