chore: remove extension from tools

This commit is contained in:
Cotes Chung 2022-12-28 01:10:27 +08:00
parent 72700be7dd
commit 5a191e79af
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
7 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ During JavaScript development, real-time debugging can be performed through the
Firstly, start a Jekyll server: Firstly, start a Jekyll server:
```console ```console
$ bash tools/run.sh $ bash tools/run
``` ```
And then open a new terminal tab and run: And then open a new terminal tab and run:

View File

@ -22,7 +22,7 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
--> -->
- [ ] I have run `bash ./tools/test.sh` (at the root of the project) locally and passed - [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed
- [ ] I have tested this feature in the browser - [ ] I have tested this feature in the browser
### Test Configuration ### Test Configuration

View File

@ -35,4 +35,4 @@ jobs:
bundler-cache: true bundler-cache: true
- name: Test Site - name: Test Site
run: bash tools/test.sh run: bash tools/test