Skip to content

Commit 048536e

Browse files
committed
chore: address AI review feedback
1 parent 91bc34f commit 048536e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"docs:build": "dumi build",
3737
"docs:deploy": "gh-pages -d docs-dist",
3838
"deploy": "npm run gh-pages",
39-
"gh-pages": "cross-env GH_PAGES=1 npm run compile && npm run docs:build && npm run docs:deploy",
39+
"gh-pages": "npm run compile && cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
4040
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
4141
"prepublishOnly": "npm run compile && rc-np",
4242
"prettier": "prettier --write --ignore-unknown .",

0 commit comments

Comments
 (0)