Skip to content

Commit

Permalink
ci: deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Feb 7, 2024
1 parent c167c5c commit bd66573
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 @@ -13,7 +13,7 @@
"changelog": "./scripts/changelog.sh",
"release": "./scripts/release.sh",
"publish": "./scripts/publish.sh",
"deploy": "gh-pages -d dist",
"deploy": "npm run build && gh-pages -d dist -r git@github.com:DTStack/ant-design-dtinsight-theme.git",
"prettier": "npx prettier --check '**/*.{js,jsx,json,ts,tsx}'",
"prettier:fix": "npx prettier --write '**/*.{js,jsx,json,ts,tsx}'",
"eslint": "npx eslint . --no-error-on-unmatched-pattern",
Expand Down

0 comments on commit bd66573

Please sign in to comment.