增加打包命令
parent
dded36fb09
commit
1853aeabb0
|
@ -7,7 +7,9 @@
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {
|
||||||
|
"build": "esbuild src/index.js --minify --bundle --format=esm --target=es2017 --outfile=dist/index.js"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/bytedo/nine-core.git"
|
"url": "git+https://github.com/bytedo/nine-core.git"
|
||||||
|
|
Loading…
Reference in New Issue