chore: Update the bundle to delete previous

This commit is contained in:
BluJ
2023-04-05 15:04:44 -06:00
parent 5414b301f3
commit 74e765511e
3 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ lib/test/output.ts: lib/test/makeOutput.ts scripts/oldSpecToBuilder.ts
npm run buildOutput
bundle: fmt $(TS_FILES) package.json .FORCE node_modules
rm -rf dist || true
npx tsc
check: