Skip to content

Commit d0865e4

Browse files
committed
fix: ho
1 parent 4974ca4 commit d0865e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(() => {
1+
(async () => {
22
const chalk = require('chalk')
33
const execa = require('execa')
44
const path = require('path')
@@ -37,7 +37,7 @@
3737
]
3838
}
3939

40-
run()
40+
await run()
4141

4242
async function run() {
4343
const nextVersion = await getNextVersion()

0 commit comments

Comments
 (0)