File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/vue-quill/src/assets Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backgroundColor = #fff
55inactiveColor = #4B 55 63
66shadowColor = #D1 D5 DB
77textColor = #4B 55 63
8- // Additional color
8+ // Additional colors
99backgroundHoverColor = #F3 F4 F6
1010backgroundActiveColor = #DB EA FE
1111
Original file line number Diff line number Diff line change 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"))
You can’t perform that action at this time.
0 commit comments