Skip to content

Commit b33ee51

Browse files
Woedenazemmiegit
andauthored
Update README.md
Co-authored-by: emmiegit <[email protected]>
1 parent 50ec732 commit b33ee51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ This will perform the combinations, minifications, etc. all automatically. All a
3535

3636
The `Makefile` was constructed to be rigorous with requisites and outputs, it should only rebuild what has since been modified. As such, you can run the build in parallel with jobservers, such as `make -j 4`.
3737

38-
However (for obvious reasons) `make` cannot determine if `node_modules` has all the required dependencies, it merely checks if the `node_modules/` directory exists. You will need to re-run `bun i` if you modify npm's local state.
38+
However (for obvious reasons) `make` cannot determine if `node_modules` has all the required dependencies, it merely checks if the `node_modules/` directory exists. You will need to re-run `bun i` if you modify node.js's local state.
3939

4040
Additionally, you can run `make -B` to force re-building all targets, or `make clean` to dispose of the `/dist` directory.

0 commit comments

Comments
 (0)