Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Nov 22, 2024
1 parent 5d87a38 commit c1937c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/tasks/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const __dirname = path.dirname(__filename);
// --------------------------- Variables -------------------------------------//
// ---------------------------------------------------------------------------//

console.log(process.env)
process.exit(1)

// Environment
process.env.NODE_ENV = process.env.NODE_ENV || 'development';

Expand Down

0 comments on commit c1937c7

Please sign in to comment.