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: {
|
template: {
|
||||||
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
|
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
|
||||||
},
|
},
|
||||||
|
noSymlinks: [".github/workflows/ci.yml"],
|
||||||
variable: DEFAULT_VARIABLE,
|
variable: DEFAULT_VARIABLE,
|
||||||
supplementaryConfig: {
|
supplementaryConfig: {
|
||||||
prettier: {
|
prettier: {
|
||||||
|
|
Loading…
Reference in New Issue