fix: don't let presetter try to parse the file

This commit is contained in:
Derrick Hammer 2023-06-25 05:12:57 -04:00
parent 0ba3e5e5f5
commit 7bb0961885
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default async function (): Promise<PresetAsset> {
return {
extends: ["presetter-preset-strict"],
template: {
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml.raw"),
".releaserc.json": resolve(TEMPLATES, ".releaserc.json"),
},
noSymlinks: [".github/workflows/ci.yml"],