Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Emit transpiled JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jun 14, 2024
1 parent bf42d17 commit eef88a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lint:
npx jscpd source

@compile:
npx vue-tsc --noEmit
npx vue-tsc

@develop $FORCE_COLOR="1":
npx tsx ./source/start-develop.ts
Expand Down

0 comments on commit eef88a4

Please sign in to comment.