Skip to content

Commit

Permalink
fix: release new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 29, 2021
1 parent 8b0ea09 commit b61b6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vue-quill/src/assets/snow.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backgroundColor = #fff
inactiveColor = #4B5563
shadowColor = #D1D5DB
textColor = #4B5563
// Additional color
// Additional colors
backgroundHoverColor = #F3F4F6
backgroundActiveColor = #DBEAFE

Expand Down
4 changes: 2 additions & 2 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
"@semantic-release/exec",
'@semantic-release/exec',
{
prepareCmd: "npx ts-node scripts/build.ts --nextVersion ${nextRelease.version}",
prepareCmd: 'npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}',
publishCmd: `zip ${target}-dist.zip -r dist`,
}
],
Expand Down

0 comments on commit b61b6db

Please sign in to comment.