@aks-dev/easyui 1.0.161 → 1.0.162
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/i.sh +3 -2
- package/package.json +1 -1
package/i.sh
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# @Author: shiguo
|
|
4
4
|
# @Date: 2022-09-26 17:09:38
|
|
5
5
|
# @LastEditors: shiguo
|
|
6
|
-
# @LastEditTime: 2023-09-15 17:
|
|
6
|
+
# @LastEditTime: 2023-09-15 17:15:13
|
|
7
7
|
# @FilePath: /@aks-dev/easyui/i.sh
|
|
8
8
|
###
|
|
9
9
|
# echo "Shell 传递参数实例!";
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
#chmod u+x *.sh
|
|
18
18
|
git add .
|
|
19
19
|
git commit -m $1
|
|
20
|
-
git push origin master
|
|
20
|
+
# git push origin master
|
|
21
|
+
git push --force origin master
|
|
21
22
|
npm version patch
|
|
22
23
|
npm publish
|