npm_microservice 1.0.28 → 1.0.31
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,9 @@ copy folder dist => dự án
|
|
|
28
28
|
Kiểm thử
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
npm run build
|
|
31
32
|
npm version patch --no-git-tag-version # lên 1.0.3
|
|
32
33
|
git add package.json package-lock.json
|
|
33
34
|
git commit -m "chore: bump version to 1.0.3"
|
|
34
|
-
npm publish --access public
|
|
35
|
+
npm publish --access public
|
|
36
|
+
git push
|