We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab035d commit e7deb82Copy full SHA for e7deb82
.github/workflows/ci-jobs.yml
@@ -67,6 +67,8 @@ jobs:
67
- uses: ./.github/actions/setup
68
- name: build
69
run: pnpm vite build --mode=development
70
+ env:
71
+ NODE_ENV: development
72
- name: test
73
run: pnpm test
74
@@ -100,6 +102,8 @@ jobs:
100
102
101
103
104
run: pnpm vite build --mode=${{ matrix.BUILD || 'development' }}
105
106
+ NODE_ENV: ${{ matrix.BUILD || 'development' }}
107
108
env:
109
ALL_DEPRECATIONS_ENABLED: ${{ matrix.ALL_DEPRECATIONS_ENABLED }}
@@ -121,6 +125,7 @@ jobs:
121
125
122
126
123
127
ALL_SUPPORTED_BROWSERS: true
128
124
129
130
131
- name: Set BrowserStack Local Identifier
0 commit comments