Skip to content

Commit 687009d

Browse files
author
Joe Previte
committed
fixup!: add note to yarn --production flag
1 parent 5b0f69a commit 687009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Run your build:
138138

139139
```shell
140140
cd release
141-
yarn --production
141+
yarn --production # Skip if you used KEEP_MODULES=1
142142
# Runs the built JavaScript with Node.
143143
node .
144144
```

0 commit comments

Comments
 (0)