Skip to content

Commit

Permalink
chore: Add explicit files list to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Mar 29, 2024
1 parent 8f919d4 commit 4cd1376
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"url": "https://github.com/cloudscape-design/browser-test-tools.git"
},
"homepage": "https://cloudscape.design",
"files": [
"*.js",
"*.d.ts",
"browser-scripts",
"browsers",
"image-utils",
"page-objects"
],
"scripts": {
"clean": "rm -rf build/screenshots coverage lib && mkdir -p build/screenshots",
"prestart": "npm run clean && npm run build",
Expand Down

0 comments on commit 4cd1376

Please sign in to comment.