Skip to content

Commit

Permalink
remove test directory from package release
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Nov 5, 2024
1 parent 9c7a050 commit e64d9d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"url": "git+https://github.com/scarf-sh/scarf-js.git"
},
"files": [
"report.js",
"test/*"
"report.js"
],
"scripts": {
"postinstall": "node ./report.js",
"test": "jest --verbose"
},
"author": "Scarf Systems",
"author": "Scarf Systems, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"jest": "^25.3.0",
Expand Down

0 comments on commit e64d9d0

Please sign in to comment.