Skip to content

Commit 3c6645f

Browse files
AndrewAndrew
authored andcommitted
switch to google analytics
fix windows artifact signing
1 parent bc07439 commit 3c6645f

9 files changed

Lines changed: 443 additions & 1641 deletions

File tree

.babelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
"plugins": [
44
"transform-decorators-legacy",
55
"transform-runtime"
6-
],
7-
"ignore": [
8-
"node_modules/firebase/**",
9-
"node_modules/@firebase/**"
106
]
117
}

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
node-version: ${{ env.NODE_VERSION }}
3939
cache: 'npm'
4040

41+
- name: Setup Python 3.11 for node-gyp
42+
uses: actions/setup-python@v5
43+
with:
44+
python-version: '3.11'
45+
4146
- name: Get version from tag
4247
id: version
4348
shell: pwsh
@@ -139,6 +144,11 @@ jobs:
139144
node-version: ${{ env.NODE_VERSION }}
140145
cache: 'npm'
141146

147+
- name: Setup Python 3.11 for node-gyp
148+
uses: actions/setup-python@v5
149+
with:
150+
python-version: '3.11'
151+
142152
- name: Get version from tag
143153
id: version
144154
run: |
@@ -324,6 +334,11 @@ jobs:
324334
node-version: ${{ env.NODE_VERSION }}
325335
cache: 'npm'
326336

337+
- name: Setup Python 3.11 for node-gyp
338+
uses: actions/setup-python@v5
339+
with:
340+
python-version: '3.11'
341+
327342
- name: Get version from tag
328343
id: version
329344
run: |

app/analytics/firebase-config.js

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)