add node target to cli package
This commit is contained in:
parent
2f818656a6
commit
0cd8d50fcc
|
@ -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