add node target to cli package
This commit is contained in:
parent
2f818656a6
commit
0cd8d50fcc
|
@ -11,6 +11,10 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pkg . --out-path build"
|
"build": "pkg . --out-path build"
|
||||||
},
|
},
|
||||||
|
"pkg": {
|
||||||
|
"targets": [ "node14" ],
|
||||||
|
"outputPath": "build"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
|
|
Loading…
Reference in New Issue