We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d87a38 commit 6088eadCopy full SHA for 6088ead
.github/workflows/deploy-gh.yml
@@ -44,7 +44,6 @@ jobs:
44
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}
45
46
- name: Install
47
- run: npm install
48
49
- name: Build
50
run: npm run all:build
packages/client/tasks/build.mjs
@@ -12,6 +12,9 @@ const __dirname = path.dirname(__filename);
12
// --------------------------- Variables -------------------------------------//
13
// ---------------------------------------------------------------------------//
14
15
+console.log(process.env)
16
+process.exit(1)
17
+
18
// Environment
19
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
20
0 commit comments