Skip to content

Commit

Permalink
Fix clean.sh
Browse files Browse the repository at this point in the history
It was missing the output of the `zh-Hans` edition previously
  • Loading branch information
Jermolene committed Apr 10, 2023
1 parent bffe538 commit b1c2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/clean.sh
Expand Up @@ -2,4 +2,4 @@

# Remove any output files

find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
find . -regex "^./editions/.*/output/.*" -delete

1 comment on commit b1c2952

@vercel
Copy link

@vercel vercel bot commented on b1c2952 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tiddlywiki5 – ./

tiddlywiki5-jermolene.vercel.app
tiddlywiki5.vercel.app
tiddlywiki5-git-master-jermolene.vercel.app

Please sign in to comment.