kn-cli 1.0.58 → 1.0.59

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.
Files changed (28) hide show
  1. package/package.json +1 -1
  2. package/templates/template_admin/frontend_build.sh +1 -1
  3. package/templates/template_oa/.gitignore +6 -0
  4. package/templates/template_oa/frontend_build.sh +1 -1
  5. package/templates/template_offcial/frontend_build.sh +1 -1
  6. package/templates/template_oa/.DS_Store +0 -0
  7. package/templates/template_oa/package-lock.json +0 -1925
  8. package/templates/template_oa/public/.DS_Store +0 -0
  9. package/templates/template_oa/public/pluginjs/.DS_Store +0 -0
  10. package/templates/template_oa/public/src/.DS_Store +0 -0
  11. package/templates/template_oa/public/src/assets/.DS_Store +0 -0
  12. package/templates/template_oa/public/src/assets/iconfont/.DS_Store +0 -0
  13. package/templates/template_oa/public/src/assets/images/.DS_Store +0 -0
  14. package/templates/template_oa/public/src/components/.DS_Store +0 -0
  15. package/templates/template_oa/public/src/components/Layout/.DS_Store +0 -0
  16. package/templates/template_oa/public/src/components/Page/.DS_Store +0 -0
  17. package/templates/template_oa/public/src/hooks/.DS_Store +0 -0
  18. package/templates/template_oa/public/src/pages/.DS_Store +0 -0
  19. package/templates/template_oa/public/src/services/.DS_Store +0 -0
  20. package/templates/template_oa/public/src/utils/.DS_Store +0 -0
  21. package/templates/template_oa/public/static/.DS_Store +0 -0
  22. package/templates/template_oa/release/.DS_Store +0 -0
  23. package/templates/template_oa/tools/.DS_Store +0 -0
  24. package/templates/template_oa/tools/iconfont/.DS_Store +0 -0
  25. package/templates/template_oa/tools/iconfont/dist/.DS_Store +0 -0
  26. package/templates/template_oa/tools/iconfont/svg/.DS_Store +0 -0
  27. package/templates/template_oa/tools/tinypng/.DS_Store +0 -0
  28. package/templates/template_oa/tools/tinypng/img/.DS_Store +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -4,7 +4,7 @@ then
4
4
  fi
5
5
 
6
6
  export mock=0
7
- export oSkipNpmInstall=1
7
+ export noSkipNpmInstall=1
8
8
  node_version="v16.18.0"
9
9
 
10
10
  checkNode(){
@@ -0,0 +1,6 @@
1
+ **/node_modules
2
+ **/package-lock.json
3
+ **/.DS_Store
4
+ **/dist
5
+ **/release
6
+
@@ -4,7 +4,7 @@ then
4
4
  fi
5
5
 
6
6
  export mock=0
7
- export oSkipNpmInstall=1
7
+ export noSkipNpmInstall=1
8
8
  node_version="v16.18.0"
9
9
 
10
10
  checkNode(){
@@ -4,7 +4,7 @@ then
4
4
  fi
5
5
 
6
6
  export mock=0
7
- export oSkipNpmInstall=1
7
+ export noSkipNpmInstall=1
8
8
  node_version="v16.18.0"
9
9
 
10
10
  checkNode(){
Binary file