Update package.json

Signed-off-by: zhanghengxin <812718649@qq.com>
This commit is contained in:
zhanghengxin 2023-05-24 12:10:16 +08:00 committed by GitHub
parent 6f207cc599
commit 5cbb0b1028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{
"name": "@icewhale/casaos-openapi",
"version": "0.0.1",
"scripts": {
"clean": "rm -rf generate",
"build": "rm -rf dist && tsc && yarn clean",
@ -35,4 +36,5 @@
},
"author": "casaos",
"license": "Apache-2.0"
}
"private": false
}