@eventista/ticketing-common 1.3.19 → 1.3.20
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 +6 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,12 @@
|
|
|
3
3
|
npm run build
|
|
4
4
|
```
|
|
5
5
|
|
|
6
|
-
# 2.Lệnh Push lên NPM
|
|
6
|
+
# 2.1 Lệnh Push lên NPM dev.Code được MR vào develop Lưu ý phải commit code trước khi chạy
|
|
7
|
+
```bash
|
|
8
|
+
npm run publish:dev
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
# 2.2 Lệnh Push lên NPM product . Code phải được MR vào master
|
|
7
12
|
```bash
|
|
8
13
|
npm publish
|
|
9
14
|
```
|