mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: Modify the oldspec to do nested as an option
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user