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 Oct 16, 2024
1 parent 6696fcb commit 95e090c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
},
"author": "Aleksandr Rusakov <aleksandr.s.rusakov@gmail.com>",
"license": "MIT",
"files": [
"lua",
"dist"
],
"devDependencies": {
"@types/node": "^20.0.0",
"c8": "10.1.2",
Expand All @@ -23,7 +27,7 @@
"ioredis": "^5.4.1"
},
"scripts": {
"build": "tsc -p .",
"build": "rm -rf dist && tsc -p .",
"compile": "tsc --noEmit -p ./test",
"test:all": "yarn test ./test/*.test.ts",
"test:coverage": "c8 --reporter=lcovonly --reporter=text yarn test:all",
Expand Down

0 comments on commit 95e090c

Please sign in to comment.