chore: Modify the oldspec to do nested as an option

This commit is contained in:
BluJ
2023-04-24 16:07:35 -06:00
parent 50cfc7aa43
commit 5f5cfe77a3
4 changed files with 22 additions and 18 deletions

View File

@@ -9,7 +9,10 @@ clean:
lib/test/output.ts: lib/test/makeOutput.ts scripts/oldSpecToBuilder.ts
npm run buildOutput
bundle: clean fmt $(TS_FILES) package.json .FORCE node_modules test
buildOutput: lib/test/output.ts fmt
echo 'done'
bundle: clean $(TS_FILES) package.json .FORCE node_modules test fmt
npx tsc
cp package.json dist/package.json
cp README.md dist/README.md