Skip to content

Commit

Permalink
build(npm): publish the cli as binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Nov 29, 2020
1 parent 90ab9f5 commit 50dd571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"main": "dist/fauda.js",
"module": "dist/fauda.modern.js",
"types": "dist/fauda.d.ts",
"bin": {
"fauda": "dist/cli.js"
},
"scripts": {
"build:cli": "microbundle cli.ts -o dist/cli.js -f cjs --target node",
"build:library": "microbundle index.ts -f modern,cjs --target node",
Expand Down

0 comments on commit 50dd571

Please sign in to comment.