Skip to content

Commit 7af963b

Browse files
committed
build(release): add test step
1 parent 0161169 commit 7af963b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dev": "vite serve dev",
7373
"dev:build": "vite build dev",
7474
"dev:preview": "vite preview dev",
75-
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
75+
"release": "npm run lint && npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
7676
"lint": "eslint ./src",
7777
"lint:fix": "eslint . --fix",
7878
"prepublishOnly": "pnpm build",

0 commit comments

Comments
 (0)