Skip to content

Commit a1ba290

Browse files
committed
chore: address AI review feedback
1 parent 80a8880 commit a1ba290

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"deploy": "npm run gh-pages",
3232
"docs:build": "dumi build",
3333
"docs:deploy": "gh-pages -d docs-dist",
34-
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
34+
"gh-pages": "cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
3535
"lint": "eslint src/ --ext .tsx,.ts",
3636
"lint:tsc": "tsc -p tsconfig.json --noEmit",
3737
"prepare": "dumi setup",
@@ -57,6 +57,7 @@
5757
"@types/react-dom": "^19.0.3",
5858
"@umijs/fabric": "^3.0.0",
5959
"cheerio": "1.0.0-rc.12",
60+
"cross-env": "^7.0.0",
6061
"dumi": "^2.0.0",
6162
"eslint": "^8.54.0",
6263
"eslint-plugin-jest": "^27.6.0",

0 commit comments

Comments
 (0)