We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d645e9 commit c5014e8Copy full SHA for c5014e8
README.md
@@ -41,7 +41,7 @@ git push -f
41
cd -
42
43
npm run clean
44
-env TEST_REMOTE=$cdn node --dry-run release.js --remote=$project
+env TEST_REMOTE=$cdn node release.js --dry-run --remote=$project
45
```
46
47
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