fix: don't let presetter try to parse the file
This commit is contained in:
parent
0ba3e5e5f5
commit
7bb0961885
|
@ -19,7 +19,7 @@ export default async function (): Promise<PresetAsset> {
|
||||||
return {
|
return {
|
||||||
extends: ["presetter-preset-strict"],
|
extends: ["presetter-preset-strict"],
|
||||||
template: {
|
template: {
|
||||||
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
|
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml.raw"),
|
||||||
".releaserc.json": resolve(TEMPLATES, ".releaserc.json"),
|
".releaserc.json": resolve(TEMPLATES, ".releaserc.json"),
|
||||||
},
|
},
|
||||||
noSymlinks: [".github/workflows/ci.yml"],
|
noSymlinks: [".github/workflows/ci.yml"],
|
||||||
|
|
Loading…
Reference in New Issue