refactor: add npm build script
This commit is contained in:
parent
53a8ec02df
commit
73cebdfa83
2 changed files with 5 additions and 3 deletions
|
|
@ -6,5 +6,8 @@
|
|||
"@typespec/compiler": "latest",
|
||||
"@typespec/json-schema": "^0.56.0"
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "rm -rf ./tsp-output && npx tsp compile ."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue