Skip to content

Commit

Permalink
Adds "src" folder to package files for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
edorgeville committed Oct 7, 2020
1 parent c73a4da commit 83d2b94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"files": [
"build",
"!build/**/*.test.*",
".node-version"
".node-version",
"src/**/*"
],
"scripts": {
"start": "./build/cli.js",
Expand Down Expand Up @@ -54,4 +55,4 @@
"ts-jest": "^26.1.4",
"typescript": "^4.0.2"
}
}
}

0 comments on commit 83d2b94

Please sign in to comment.