Skip to content

Commit

Permalink
build(npm): only publish built artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Nov 29, 2020
1 parent 50dd571 commit c53e06d
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 @@ -11,6 +11,9 @@
"bin": {
"fauda": "dist/cli.js"
},
"files": [
"dist/*"
],
"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 c53e06d

Please # to comment.