Skip to content

Commit e07b2c9

Browse files
committed
fix: what about this
1 parent 053b269 commit e07b2c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
plugins: [
2222
'@semantic-release/commit-analyzer',
2323
'@semantic-release/release-notes-generator',
24+
[
25+
"@semantic-release/exec",
26+
{
27+
prepareCmd: "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
28+
}
29+
],
2430
'@semantic-release/npm',
2531
[
2632
'@semantic-release/github',

0 commit comments

Comments
 (0)