Skip to content

Commit

Permalink
ci: easy to deploy for previewing
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Feb 19, 2025
1 parent a05df7e commit 21df8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:css": "stylelint \"src/**/*.{css,less,scss}\" \".dumi/**/*.{css,less,scss}\"",
"lint:es": "eslint \"src/**/*.{js,jsx,ts,tsx}\" \".dumi/**/*.{js,jsx,ts,tsx}\"",
"prepublishOnly": "father doctor && npm run build",
"deploy": "npm run docs:build && gh-pages -d docs-dist",
"deploy": "npm run docs:build && gh-pages -d docs-dist -r [email protected]:DTStack/dt-react-component.git",
"release": "./scripts/release.sh"
},
"authors": [
Expand Down

0 comments on commit 21df8ff

Please sign in to comment.