Browse Source

add node target to cli package

gh-pages
Keviin Åberg Kultalahti 5 years ago
parent
commit
1e986ef329
  1. 4
      packages/cli/package.json

4
packages/cli/package.json

@ -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…
Cancel
Save