Skip to content

Commit 9c1b403

Browse files
committed
fix: adkfajldkfajs
1 parent e07b2c9 commit 9c1b403

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
await run()
4747

4848
async function run() {
49-
const nextVersion = await getNextVersion()
50-
await prepare(target, nextVersion)
49+
// const nextVersion = await getNextVersion()
50+
// await prepare(target)
5151
await release()
5252
}
5353

54-
async function prepare(target: string, nextVersion: string) {
54+
async function prepare(target: string/*, nextVersion: string*/) {
5555
try {
5656
// const buildScript = path.resolve(__dirname, 'build.ts')
5757
// console.log(chalk.bgCyan("Build package"))

0 commit comments

Comments
 (0)