Skip to content

Commit

Permalink
fix: adapt publish directory based on builder (#94)
Browse files Browse the repository at this point in the history
* fix: allow all prereleases

* fix: deal with browser builder

* chore: dont lint fixtures

* chore: ignore prettier

* fix: windoooows

* chore: update deps to fix build

* chore: update asset names

* fix: always use posix join

* fix: not all tests use posix join!
  • Loading branch information
Skn0tt committed Feb 2, 2024
1 parent e9435a0 commit 0d2b600
Show file tree
Hide file tree
Showing 40 changed files with 26,493 additions and 2,443 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
test
README.md
tests/fixtures
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ Temporary Items
.netlify/functions
.netlify/functions-serve
.netlify/functions-internal
.angular
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ node_modules

# Tests
test
tests/fixtures
4 changes: 2 additions & 2 deletions demo.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ test('edge function config', async () => {
'/favicon.ico',
'/heroes/index.html',
'/index.html',
'/main-UUT7SL5W.js',
'/polyfills-LZBJRJJE.js',
'/main-ZQY2S5NK.js',
'/polyfills-RX4V3J3S.js',
'/styles-5INURTSO.css',
'/dashboard',
'/heroes',
Expand Down
Loading

0 comments on commit 0d2b600

Please sign in to comment.