antd-management-fast-develop 1.1.93 → 1.1.98

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.93",
3
+ "version": "1.1.98",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -23,7 +23,8 @@
23
23
  "test:ejs:generate": "node ./bin/cli.js generate --dataPath ./src/data.json --dataExtraPath ./src/data.extra.json",
24
24
  "test:ejs:generateByTemplate": "node ./bin/cli.js generateByTemplate --dataPath ./data/generateByTemplate.data.json --templatePath ./data/generateByTemplate.template.ejs --relativeFolder ./temp",
25
25
  "z:auto:adjust:file": "echo can exec some file adjust command with here",
26
- "prez:documentation:generate": "npx easy-soft-develop rimraf ./docs && npm run z:documentation:lint",
26
+ "z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
27
+ "prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
27
28
  "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
28
29
  "z:documentation:lint": "npx documentation lint src/**",
29
30
  "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
@@ -81,9 +82,9 @@
81
82
  "commitizen": "^4.3.0",
82
83
  "conventional-changelog-conventionalcommits": "^8.0.0",
83
84
  "cross-env": "^7.0.3",
84
- "cz-git": "^1.9.1",
85
+ "cz-git": "^1.9.2",
85
86
  "documentation": "^14.0.3",
86
- "easy-soft-develop": "^2.1.169",
87
+ "easy-soft-develop": "^2.1.174",
87
88
  "eslint": "^8.57.0",
88
89
  "eslint-config-airbnb": "^19.0.4",
89
90
  "eslint-config-airbnb-typescript": "^18.0.0",