We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4883df9 commit 4d8a571Copy full SHA for 4d8a571
1 file changed
AGENTS.md
@@ -13,14 +13,14 @@ This is the Node.js API documentation generator (`@node-core/doc-kit`). It is a
13
14
All standard dev commands are in `package.json` `scripts` and documented in `CONTRIBUTING.md`:
15
16
-| Task | Command |
17
-|---|---|
18
-| Install deps | `npm install` |
19
-| Lint | `node --run lint` |
20
-| Format check | `node --run format` |
21
-| Tests | `node --run test` |
+| Task | Command |
+| ---------------- | -------------------------- |
+| Install deps | `npm install` |
+| Lint | `node --run lint` |
+| Format check | `node --run format` |
+| Tests | `node --run test` |
22
| Tests + coverage | `node --run test:coverage` |
23
-| Run CLI | `node bin/cli.mjs` |
+| Run CLI | `node bin/cli.mjs` |
24
25
### Running the tool locally
26
0 commit comments