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