Skip to content

Commit

Permalink
fix: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 29, 2021
1 parent 1d8ceb2 commit 2a5013c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 colors
// Additional color
backgroundHoverColor = #F3F4F6
backgroundActiveColor = #DBEAFE

Expand Down
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

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

0 comments on commit 2a5013c

Please sign in to comment.