@wjwjq/release-helper 0.0.7 → 0.1.0

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.
@@ -32,6 +32,7 @@ copy_nginx_conf_and_write_verison() {
32
32
 
33
33
  # 创建日志目录
34
34
  mkdir -p $nginx_log_path
35
+ touch $nginx_log_path/$nginx_log_file
35
36
  chown -R $user:$usergroup $nginx_log_path
36
37
  chmod 744 -R $nginx_log_path
37
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wjwjq/release-helper",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "description": "generate deployment package for frontend, include nginx...",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -32,6 +32,7 @@ copy_nginx_conf_and_write_verison() {
32
32
 
33
33
  # 创建日志目录
34
34
  mkdir -p $nginx_log_path
35
+ touch $nginx_log_path/$nginx_log_file
35
36
  chown -R $user:$usergroup $nginx_log_path
36
37
  chmod 744 -R $nginx_log_path
37
38