fix: dont symlink ci file
This commit is contained in:
parent
7812e423df
commit
87afb2cc64
|
@ -21,6 +21,7 @@ export default async function (): Promise<PresetAsset> {
|
|||
template: {
|
||||
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
|
||||
},
|
||||
noSymlinks: [".github/workflows/ci.yml"],
|
||||
variable: DEFAULT_VARIABLE,
|
||||
supplementaryConfig: {
|
||||
prettier: {
|
||||
|
|
Loading…
Reference in New Issue