Skip to content

Commit 30a80bb

Browse files
committed
fix: specify schema for both template schema files
1 parent 23aa8c5 commit 30a80bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/.sapphirerc.json.sapphire

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/sapphiredev/cli/main/templates/schemas/.sapphirerc.scheme.json",
23
"projectLanguage": "{{language}}",
34
"locations": {
45
"base": "src",

templates/.sapphirerc.yml.sapphire

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$schema: "./node_modules/@sapphire/cli/templates/schemas/.sapphirerc.scheme.json"
12
projectLanguage: "{{language}}"
23
locations:
34
base: src

0 commit comments

Comments
 (0)