Compare commits
2 Commits
fd63b9d814
...
26f6013869
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 26f6013869 | |
Derrick Hammer | 7bb0961885 |
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue