Skip to content

Commit deb84df

Browse files
committed
fix: actually include files in package
1 parent 8db939e commit deb84df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
"type": "git",
2424
"url": "https://github.com/bahmutov/cypress-skip-and-only-ui.git"
2525
},
26-
"files": []
26+
"files": [
27+
"src"
28+
]
2729
}

0 commit comments

Comments
 (0)