Procházet zdrojové kódy

Merge pull request #2081 from blink1073/update-release-docs

Update release script docs
Afshin Darian před 8 roky
rodič
revize
5d17906f59
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      RELEASE.md

+ 2 - 2
RELEASE.md

@@ -31,12 +31,12 @@ See the Python docs on [package uploading](https://packaging.python.org/distribu
 for twine setup instructions and for why twine is the recommended method.
 
 ```bash
-# this takes a while to ensure the latest builds of everything,
+# this ensures the latest builds of everything,
 # then prompts you to select package versions.  When one package has an 
 # effective major release, the packages that depend on it should also get a 
 # major release, to prevent consumers that are using the `^` semver 
 # requirement from getting a conflict.
-npm publish  
+npm run publish  
 rm -rf dist
 python setup.py sdist
 python setup.py bdist_wheel --universal