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 6088ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}

- name: Install
run: npm install

- name: Build
run: npm run all:build
Expand Down
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 6088ead

Please sign in to comment.