Skip to content

Commit

Permalink
chore: 🔨 update mangement script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Jul 10, 2023
1 parent e2cea55 commit bed7ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .x-cmd/search
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ search_baidu() {

search_bing() {
log "bing search console collecting"
# curl -X GET "http://www.bing.com/webmaster/ping.aspx?siteMap=https://$WEB_SITE/sitemap.xml"
curl -X GET "http://www.bing.com/webmaster/ping.aspx?siteMap=https://$WEB_SITE/sitemap.xml"
local BING_TOKEN
BING_TOKEN="$(grep 'BING_TOKEN' < "$WORK_DIR/.env")"
local TOKEN="${BING_TOKEN#*=}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"x": "czg",
"build": "pnpm clean && pnpm -r build",
"dev": "pnpm clean && pnpm --filter='@cz-git/*' --stream -r build && pnpm --filter='./packages/*' -r build --watch",
"dev:plugin": "pnpm clean && pnpm --filter='@cz-git/*' -r build --watch",
"dev:plugin": "pnpm --filter='@cz-git/*' -r build --watch",
"clean": "pnpm run -r --stream clean",
"docs:build": "pnpm -C docs run docs:build",
"docs:dev": "pnpm -C docs docs:dev",
Expand Down

0 comments on commit bed7ff9

Please sign in to comment.