Skip to content

Commit 2a5013c

Browse files
committed
fix: test release
1 parent 1d8ceb2 commit 2a5013c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 colors
8+
// Additional color
99
backgroundHoverColor = #F3F4F6
1010
backgroundActiveColor = #DBEAFE
1111

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
async function prepare(target: string, nextVersion: string) {
49-
const buildScript = path.resolve(__dirname, 'build.js')
49+
const buildScript = path.resolve(__dirname, 'build.ts')
5050
execa.sync('npx', ['ts-node', buildScript, '--nextVersion', nextVersion])
5151
execa.sync('zip', ['-r', `${target}-dist.zip`, '.', '-i', 'dist'])
5252
execa.sync('npx', ['semantic-release'])

0 commit comments

Comments
 (0)