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": {
|
"devDependencies": {
|
||||||
"@types/lodash": "4.17.0"
|
"@types/lodash": "4.17.0"
|
||||||
},
|
}
|
||||||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
||||||
}
|
}
|
||||||
|
@ -4,10 +4,15 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.js",
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"tachybase": "./bin/cli.js"
|
"tachybase": "./bin/cli.js"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"bin",
|
||||||
|
"dist",
|
||||||
|
"templates",
|
||||||
|
"nocobase.conf.tpl"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf dist && rollup -c",
|
"build": "rimraf dist && rollup -c",
|
||||||
"dev": "rollup -c --watch --watch.include 'src/**' -m inline",
|
"dev": "rollup -c --watch --watch.include 'src/**' -m inline",
|
||||||
@ -49,6 +54,5 @@
|
|||||||
"rollup-plugin-dts": "^6.1.0",
|
"rollup-plugin-dts": "^6.1.0",
|
||||||
"rollup-plugin-esbuild": "^6.1.1",
|
"rollup-plugin-esbuild": "^6.1.1",
|
||||||
"vite": "^5.2.8"
|
"vite": "^5.2.8"
|
||||||
},
|
}
|
||||||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user