Skip to content

Commit 6088ead

Browse files
committed
test
1 parent 5d87a38 commit 6088ead

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-gh.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}
4545

4646
- name: Install
47-
run: npm install
4847

4948
- name: Build
5049
run: npm run all:build

packages/client/tasks/build.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ const __dirname = path.dirname(__filename);
1212
// --------------------------- Variables -------------------------------------//
1313
// ---------------------------------------------------------------------------//
1414

15+
console.log(process.env)
16+
process.exit(1)
17+
1518
// Environment
1619
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
1720

0 commit comments

Comments
 (0)