diff --git a/cspell.json b/cspell.json index 336c862f..99ddf589 100644 --- a/cspell.json +++ b/cspell.json @@ -27,7 +27,6 @@ "npmpackagejsonlintrc", "outro", "packagejson", - "precommit", "tada", "tseslint", "tsup", diff --git a/docs/FAQs.md b/docs/FAQs.md index 31b1d9c4..71eb5374 100644 --- a/docs/FAQs.md +++ b/docs/FAQs.md @@ -88,7 +88,7 @@ Here we'll outline the steps required to migrate a CTA app to a GitHub Action: +dist ``` - - Rather than having to remember to compile each time, we'll update our precommit hook in `.husky/precommit` to build for us on each commit: + - Rather than having to remember to compile each time, we'll update our pre-commit hook in `.husky/pre-commit` to build for us on each commit: ```diff +pnpm run build diff --git a/script/__snapshots__/migrate-test-e2e.ts.snap b/script/__snapshots__/migrate-test-e2e.ts.snap index 83cd4cf0..8fe95da3 100644 --- a/script/__snapshots__/migrate-test-e2e.ts.snap +++ b/script/__snapshots__/migrate-test-e2e.ts.snap @@ -93,10 +93,9 @@ exports[`expected file changes > cspell.json 1`] = ` "markdownlintignore", "mtfoley", "npmignore", - "npmpackagejsonlintrc", +- "npmpackagejsonlintrc", "outro", - "packagejson", -- "precommit", +- "packagejson", "tada", "tseslint", "tsup",