Skip to content

Commit 5a191e7

Browse files
committed
chore: remove extension from tools
1 parent 72700be commit 5a191e7

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ During JavaScript development, real-time debugging can be performed through the
3333
Firstly, start a Jekyll server:
3434

3535
```console
36-
$ bash tools/run.sh
36+
$ bash tools/run
3737
```
3838

3939
And then open a new terminal tab and run:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
2222
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
2323
-->
2424

25-
- [ ] I have run `bash ./tools/test.sh` (at the root of the project) locally and passed
25+
- [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed
2626
- [ ] I have tested this feature in the browser
2727

2828
### Test Configuration

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
bundler-cache: true
3636

3737
- name: Test Site
38-
run: bash tools/test.sh
38+
run: bash tools/test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)