mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
Build JS before measuring it
This commit is contained in:
parent
06733c4a22
commit
b83e7b9dc5
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
- run: npm install --prefix ./assets
|
||||
- run: npm run lint --prefix ./assets
|
||||
- run: npm run check-format --prefix ./assets
|
||||
- run: npm run deploy --prefix ./assets
|
||||
- run: npm run deploy --prefix ./tracker
|
||||
- name: Run BundleMon
|
||||
run: npm run bundlemon --prefix ./assets
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user