Skip to content

Commit

Permalink
ci: update scripts for vercel deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Mar 28, 2023
1 parent be0c70c commit 3fee2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"docs:sync": "node scripts/sync-from-umi.js",
"watch": "npm run build -- --watch",
"build": "father-build",
"custom-install": "yarn",
"changelog": "lerna-changelog",
"clean": "lerna clean -y",
"test": "npm run test:e2e && npm run test:unit",
Expand All @@ -20,7 +19,8 @@
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty \"./packages\"",
"prettier": "prettier -c --write \"**/*\"",
"publish": "npm run build && umi-test && lerna publish -m \"chore: publish\" --dist-tag \"latest-1\"",
"now-build": "echo \"hello\""
"vercel:install": "yarn",
"vercel:build": "npm run build && npm run docs:build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3fee2db

Please sign in to comment.