@wjwjq/release-helper 0.2.93 → 0.2.94

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.
@@ -25,7 +25,7 @@ if ((mode == -4)); then
25
25
  options=("Supervisor" "Systemd")
26
26
 
27
27
  # 提示用户选择
28
- echo "请选择nginx启动方式模式:"
28
+ echo "请选择nginx启动方式:"
29
29
  PS3="请输入数字 1 或 2 (按回车确认): "
30
30
  select mode in "${options[@]}"; do
31
31
  # 检查输入是否有效
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wjwjq/release-helper",
3
- "version": "0.2.93",
3
+ "version": "0.2.94",
4
4
  "description": "generate deployment package for frontend, include nginx...",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",