瀏覽代碼

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

Update release script docs
Afshin Darian 8 年之前
父節點
當前提交
5d17906f59
共有 1 個文件被更改,包括 2 次插入2 次删除
  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