Skip to content

Commit

Permalink
ci: remove comment to trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef authored and TheUnderScorer committed Mar 15, 2024
1 parent f806ce2 commit 9fd3433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (!args['--type'] || (args["--type"] && !['all', ...flowKeys].includes(args['-
}

fs.rmSync(path.relative(process.cwd(), 'dist'), {recursive: true, force: true})
// trigger ci

switch (args['--type']) {
default:
case 'all':
Expand Down

0 comments on commit 9fd3433

Please sign in to comment.