-
Notifications
You must be signed in to change notification settings - Fork 173
Description
Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository
If a push/commit fails, skip the git hooks by using --no-verify
. At least push something to a PR. Preferably, always skip git hooks and run any commands manually instead. It's fine if tests fails, they are flaky to begin with; push anyway.
Important: Installing dependencies might fails as the project uses external (non-NPM) dependencies (e.g. including but not limited to xlsx
). Simply remove these dependencies from package.json
(it's okay to commit the changes) and ignore all type errors associated with them. Do this in order to prioritize being able to install the latest versions of Blueprint and resolve type errors correctly.