WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Build monitoring:** Check `node_modules/.cache/ag-watch-status.json` to monitor watch state (`nx dev`) and build health (see [Development Server Guide](tools/prompts/guides/dev-server.md)).
11
-
-**Formatting:** Run `nx format` from the repo root before proposing commits.
12
-
-**Typechecking:** Run `nx build:types <package>` from the repo root before proposing commits.
13
-
-**Linting:** Run `nx lint <package>` from the repo root before proposing commits.
14
-
-**Baseline verification:** Expect to run `nx test ag-charts-community`, `nx test ag-charts-enterprise`, and `nx e2e ag-charts-website` after meaningful chart changes.
10
+
-**Build monitoring:** Check `node_modules/.cache/ag-watch-status.json` to monitor watch state (`yarn nx dev`) and build health (see [Development Server Guide](tools/prompts/guides/dev-server.md)).
11
+
-**Formatting:** Run `yarn nx format` from the repo root before proposing commits.
12
+
-**Typechecking:** Run `yarn nx build:types <package>` from the repo root before proposing commits.
13
+
-**Linting:** Run `yarn nx lint <package>` from the repo root before proposing commits.
14
+
-**Baseline verification:** Expect to run `yarn nx test ag-charts-community`, `yarn nx test ag-charts-enterprise`, and `yarn nx e2e ag-charts-website` after meaningful chart changes.
15
15
-**Test verification patterns:** When writing or modifying tests, review similar tests to ensure consistent verification patterns (see [Testing Guide](tools/prompts/guides/testing.md)).
16
16
-**Context docs:** Skim `tools/prompts/technology-stack.md` for stack or architectural decisions before introducing new patterns.
17
17
@@ -49,19 +49,19 @@ For detailed information about preferred technologies and architectural constrai
49
49
50
50
-`yarn install` – install dependencies after cloning or when the Yarn lockfile changes.
51
51
-`./tools/install-for-cloud.sh` – install dependencies and tooling in a remote environment - use this in preference to `yarn install` to ensure all global tools are installed.
52
-
-`nx clean` – purge all dist folders when switching branches or before packaging releases.
53
-
-`nx format` – format repo files; run from the project root before committing.
54
-
-`nx build <package>` – compile a specific package after code edits.
0 commit comments