Skip to content

Commit

Permalink
Testing CI, this works locally, but not in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 8, 2023
1 parent 597ff11 commit fa2707d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FrontEnd/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ try {
bundle: true,
sourcemap: true,
minify: true,
watch: process.argv.includes('--watch'),
plugins: [sassPlugin()],
external: ['/images/*'],
})
Expand Down

0 comments on commit fa2707d

Please sign in to comment.