Skip to content

Commit 4f2808b

Browse files
committed
fix: zip command
1 parent 3c825c1 commit 4f2808b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vue-quill/src/assets/snow.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backgroundColor = #fff
55
inactiveColor = #4B5563
66
shadowColor = #D1D5DB
77
textColor = #4B5563
8-
// Additional color
8+
// Additional colors
99
backgroundHoverColor = #F3F4F6
1010
backgroundActiveColor = #DBEAFE
1111

scripts/release.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const targets = args._
77

88
if (process.env.CI && targets[0]) {
9-
execa.sync('zip', ['-r', `${targets[0]}-dist.zip`, '-i', 'dist'])
9+
execa.sync('zip', ['-r', `${targets[0]}-dist.zip`, '.', '-i', 'dist'])
1010
execa.sync('npx', ['semantic-release'])
1111
} else {
1212
console.log(chalk.redBright("You can't run semantic-release locally"))

0 commit comments

Comments
 (0)