Skip to content

Commit 5915e7a

Browse files
docs: correct lint/test commands and remove misleading npm test line from custom_p5_build.md
1 parent 88eff1b commit 5915e7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributor_docs/archive/custom_p5_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git clone https://github.com/processing/p5.js.git
1818
cd p5.js
1919
npm ci
2020
npm run build # builds the full p5.js bundle
21-
npm test # runs linter and tests using Vitest
21+
npm run lint # runs linter and tests using Vitest
2222
```
2323

2424
To include only selected modules in a custom build, refer to the CONTRIBUTING guide or module-specific documentation. Rollup or tree-shaking through ES modules may be used for advanced setups.

0 commit comments

Comments
 (0)