Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Sep 6, 2023
1 parent ef45404 commit 927857f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:prettier": "npm run prettier && git diff && prettier --version && prettier --check \"packages/**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto",
"prettier": "prettier --write \"**/**.{js,jsx,tsx,ts,less,md,yaml,json}\" --loglevel warn",
"publishOnly": "node ./scripts/release.js --publishOnly",
"release": "npm run test -- -w=2 && node ./scripts/release.js",
"release": "npm run test && node ./scripts/release.js",
"site": "npm run build && cross-env SITE_DEPLOY='TRUE' dumi build",
"start": "npm run version && dumi dev",
"sync:tnpm": "node -e 'require(\"./scripts/syncTNPM\")()'",
Expand All @@ -45,6 +45,9 @@
"@types/responselike": "^1.0.0",
"typescript": "~4.8.4"
},
"dependencies": {
"vitest": "^0.34.3"
},
"devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0",
"@ant-design/cssinjs": "^1.17.0",
Expand Down Expand Up @@ -165,8 +168,5 @@
"pre-commit": "pretty-quick --staged",
"commit-msg": "fabric verify-commit"
},
"packageManager": "pnpm@8.6.0",
"dependencies": {
"vitest": "^0.34.3"
}
"packageManager": "pnpm@8.6.0"
}

0 comments on commit 927857f

Please sign in to comment.