Fix `.sindriignore` file location.

pull/4512/head
Evan Sangaline 9 months ago committed by Aniket
parent 7423e4e3f3
commit 0a3ef6bc0d
  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.
// @ts-ignore
await writeIfNotExists('scripts/.sindriignore', (await import('!!raw-loader!./.sindriignore')).default)
await writeIfNotExists('.sindriignore', (await import('!!raw-loader!./.sindriignore')).default)
// @ts-ignore
await writeIfNotExists('scripts/sindri/README.md', (await import('!!raw-loader!./README.md')).default)
// @ts-ignore

Loading…
Cancel
Save