Fix `.sindriignore` file location.

pull/5370/head
Evan Sangaline 9 months ago committed by Aniket
parent 515d0eacc3
commit c096aa444e
  1. 2
      libs/remix-ws-templates/src/script-templates/sindri/index.ts

@ -29,7 +29,7 @@ export const sindriScripts = async (plugin: any) => {
// Write out all of the static files if they don't exist. // Write out all of the static files if they don't exist.
// @ts-ignore // @ts-ignore
await writeIfNotExists('scripts/.sindriignore', (await import('!!raw-loader!./.sindriignore')).default) await writeIfNotExists('.sindriignore', (await import('!!raw-loader!./.sindriignore')).default)
// @ts-ignore // @ts-ignore
await writeIfNotExists('scripts/sindri/README.md', (await import('!!raw-loader!./README.md')).default) await writeIfNotExists('scripts/sindri/README.md', (await import('!!raw-loader!./README.md')).default)
// @ts-ignore // @ts-ignore

Loading…
Cancel
Save