增加打包命令

pull/1/head
yutent 2023-03-07 19:26:32 +08:00
parent dded36fb09
commit 1853aeabb0
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
"files": [
"dist/*"
],
"scripts": {},
"scripts": {
"build": "esbuild src/index.js --minify --bundle --format=esm --target=es2017 --outfile=dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/nine-core.git"