Skip to content

Commit

Permalink
just checking if pr.pkg.new is working
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Aug 2, 2024
1 parent 71228d7 commit 7c1db6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-hotels-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dmno/remix-integration": patch
---

update remix integration'
4 changes: 4 additions & 0 deletions .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# by default only the current commit is fetched
# but we need more history to be able to compare to main
fetch-depth: 0
- name: Enable Corepack
run: corepack enable
- name: Use Node.js 20.x
Expand Down
2 changes: 2 additions & 0 deletions packages/integrations/remix/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export function dmnoRemixVitePlugin(dmnoOptions?: DmnoPluginOptions) {

// this function will get called on each restart!
async config(config, env) {
console.log('testing pr.pkg.new!');

// console.log('vite config hook', config, env);
// remix loads 2 vite servers, one for frontend, one for back
// this feels hacky to identify it but seems to be working ok
Expand Down

0 comments on commit 7c1db6f

Please sign in to comment.