chore: fix upload @tachybase/cli source files
Signed-off-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
parent
f1fdcfe029
commit
c7c497659d
@ -19,6 +19,5 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "4.17.0"
|
||||
},
|
||||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
||||
}
|
||||
}
|
||||
|
@ -4,10 +4,15 @@
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"type": "module",
|
||||
"main": "./src/index.js",
|
||||
"bin": {
|
||||
"tachybase": "./bin/cli.js"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"dist",
|
||||
"templates",
|
||||
"nocobase.conf.tpl"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rimraf dist && rollup -c",
|
||||
"dev": "rollup -c --watch --watch.include 'src/**' -m inline",
|
||||
@ -49,6 +54,5 @@
|
||||
"rollup-plugin-dts": "^6.1.0",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"vite": "^5.2.8"
|
||||
},
|
||||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user