Skip to content

Commit c5014e8

Browse files
committed
Docs: dry-run argument should be after release.js
1 parent 2d645e9 commit c5014e8

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
@@ -41,7 +41,7 @@ git push -f
4141
cd -
4242

4343
npm run clean
44-
env TEST_REMOTE=$cdn node --dry-run release.js --remote=$project
44+
env TEST_REMOTE=$cdn node release.js --dry-run --remote=$project
4545
```
4646

4747
Save as `test-release.sh` in the checkout of this repo, make it executable with `chmod +x test-release.sh`, then run with `./test-release.sh`.

0 commit comments

Comments
 (0)