wgt-node-utils 1.2.47 → 1.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,11 @@
5
5
  ```sh
6
6
  npm set http://172.30.10.160:8081/nexus/repository/wgt/
7
7
  ```
8
- **2 发布包整体**
8
+ **2、运行npm打包,最终引用的文件为dist 文件夹**
9
+ ```sh
10
+ npm run build
11
+ ```
12
+ **3、 发布包整体**
9
13
  ```sh
10
14
  npm publish --registry http://172.30.10.160:8081/nexus/repository/wgt/
11
15
  ```