Skip to content

Commit

Permalink
🎨 chore: add test pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Aug 10, 2020
1 parent 917434c commit 155e403
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 @@ -11,7 +11,7 @@
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./packages && npm run lint:prettier",
"lint:prettier": "prettier --check \"**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto",
"prettier": "prettier --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"",
"release": "node ./scripts/release.js",
"release": "npm run test && node ./scripts/release.js",
"site": "dumi build",
"size": "npm run build && size-limit",
"start": "dumi dev",
Expand Down

0 comments on commit 155e403

Please sign in to comment.