Skip to content

Commit

Permalink
change milestone to uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Mar 10, 2024
1 parent d83b0bc commit 539f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ css: src/*.css
bundle: tsc css lint milestone
mkdir -p build/artifacts
milestone:
bash -c "cat /dev/urandom | tr -dc '[:alpha:]' | fold -w $${1:-50} | head -n 1 > build/MILESTONE"
uuidgen > build/MILESTONE"
lint:
npx prettier -w --loglevel error .
npx eslint . --fix
Expand Down

0 comments on commit 539f517

Please sign in to comment.