Skip to content

Commit d17eb5a

Browse files
authored
Update copilot-instructions.md
1 parent f95b54b commit d17eb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This is a Kotlin based repository with a JSON5 library for parsing and serializi
55
## Code Standards
66

77
### Development Flow
8-
- Build: `gradle build`
9-
- Test: `gradle check`
8+
- Build: `./gradlew build`
9+
- Test: `./gradlew check`
1010

1111
## Repository Structure
1212
- `lib` - Gradle module containing the core JSON5 library code with unit tests

0 commit comments

Comments
 (0)