diff options
author | HiDeoo | 2024-09-02 15:00:10 +0200 |
---|---|---|
committer | GitHub | 2024-09-02 15:00:10 +0200 |
commit | c0a6166bb280e2d70060b68cdf6ee166812c82d2 (patch) | |
tree | 205f637369a8ba24ce748cb34dd38d508b312cdc | |
parent | 72bc76a28f5c1b050d8125d80c6146526b699600 (diff) | |
download | IT.starlight-c0a6166bb280e2d70060b68cdf6ee166812c82d2.tar.gz IT.starlight-c0a6166bb280e2d70060b68cdf6ee166812c82d2.tar.bz2 IT.starlight-c0a6166bb280e2d70060b68cdf6ee166812c82d2.zip |
Stop publishing E2E tests (#2250)
-rw-r--r-- | .changeset/slimy-beers-report.md | 5 | ||||
-rw-r--r-- | packages/starlight/.npmignore | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/slimy-beers-report.md b/.changeset/slimy-beers-report.md new file mode 100644 index 00000000..b4214f62 --- /dev/null +++ b/.changeset/slimy-beers-report.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Removes internal E2E tests from the package published to the npm registry. diff --git a/packages/starlight/.npmignore b/packages/starlight/.npmignore index 26babf74..54ad2080 100644 --- a/packages/starlight/.npmignore +++ b/packages/starlight/.npmignore @@ -1,6 +1,8 @@ # Vitest __coverage__/ __tests__/ +__e2e__/ vitest.* +playwright.config.ts # Astro generates this during tests, but we want to ignore it. src/env.d.ts |