Skip to content

Commit

Permalink
Force the dev server to execute during CI when WATCH_HOST is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 19, 2024
1 parent d0c4466 commit f8e68fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default function server() {
dirs: ['public'],
host: WATCH_HOST,
port: WATCH_PORT,
force: process.env.CI,
// silent: process.env.CI || false
});
};

0 comments on commit f8e68fa

Please sign in to comment.