Skip to content

Commit

Permalink
Add files config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Apr 23, 2024
1 parent 0502218 commit dff6bc4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-balloons-beam.md
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Exclude irrelevant files from published package
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -7,6 +7,15 @@
"bin": {
"playroom": "bin/cli.cjs"
},
"files": [
"CHANGELOG.md",
".bablrc",
"bin",
"images",
"lib",
"src",
"utils"
],
"scripts": {
"cypress": "start-server-and-test build-and-serve:all '9000|9001|9002' 'cypress run'",
"cypress:dev": "start-server-and-test start:all '9000|9001|9002' 'cypress open --browser chrome --e2e'",
Expand Down

0 comments on commit dff6bc4

Please sign in to comment.