Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 6, 2023
1 parent 96427b8 commit 6d99caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "tsup",
"postbuild": "postsass -s src/style.scss -d dist/style.css -c",
"release": "release-it"
"release": "release-it --ci --npm.skipChecks"
},
"devDependencies": {
"@swc/core": "^1.3.93",
Expand Down

0 comments on commit 6d99caf

Please sign in to comment.