-
Is the imported function/variable/type used elsewhere?
- Yes. only delete the import.
- No. Delete that file too. (Go recursively through the files meaning go to the first step of this list)
-
- Delete the sanity lokalize keys in the nl_export.json
- Delete the JSON schema if the proto data is not used elsewhere.
- Delete the Sanity schema/structure if the imported sanity content is not used elsewhere.
-
- solve typescript errors
-
- Look into the redirect.js file and remove/adjust the current or add redirects if needed.
- Look into the sitemap for references.
- Check the sidebar and layout files for references.
- Do an overall search for the page name: camelCased, and PascalCased.
-
yarn typecheck
yarn bootstrap
yarn build:app
yarn start
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.