Skip to content

Commit

Permalink
chore: ++
Browse files Browse the repository at this point in the history
  • Loading branch information
kungege committed Oct 26, 2023
1 parent a5c0039 commit c00bceb
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 @@ -20,7 +20,7 @@
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --fix --format=pretty ./ && npm run tsc && npm run lint:prettier",
"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",
"publishOnly": "pnpm install && node ./scripts/release.js --publishOnly",
"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",
Expand Down

0 comments on commit c00bceb

Please sign in to comment.