kn-cli 1.0.33 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -65,6 +65,9 @@ module.exports = {
65
65
  ```
66
66
 
67
67
  # 更新日志
68
+ * 1.0.34
69
+ 修改模板中环境变量的设定方式,改为export方式
70
+
68
71
  * 1.0.33
69
72
  增加indexHtml配置
70
73
 
@@ -3,8 +3,8 @@ then
3
3
  . ${HOME}/.nvm/nvm.sh
4
4
  fi
5
5
 
6
- mock=0
7
- noSkipNpmInstall=1
6
+ export mock=0
7
+ export noSkipNpmInstall=1
8
8
  node_version="v16.18.0"
9
9
 
10
10
  checkNode(){