Skip to content

Commit

Permalink
fix: mark e2e-test package as private
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Oct 6, 2024
1 parent e536de4 commit 17a463a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@trace-stack/e2e-test",
"type": "module",
"private": true,
"scripts": {
"test:e2e": "yarn node --experimental-vm-modules $(yarn bin jest) --coverage"
},
Expand Down

0 comments on commit 17a463a

Please sign in to comment.