Skip to content

Commit

Permalink
build: add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Nov 7, 2024
1 parent 5b603bc commit 5eac627
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 @@ -6,6 +6,9 @@
"repository": "https://github.com/arusakov/node-nats-queue.git",
"author": "Aleksandr Rusakov <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p .",
"compile": "tsc --noEmit -p ./test",
Expand Down

0 comments on commit 5eac627

Please sign in to comment.