Skip to content
Snippets Groups Projects
Commit b83e7b9d authored by Uku Taht's avatar Uku Taht
Browse files

Build JS before measuring it

parent 06733c4a
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ jobs: ...@@ -23,6 +23,8 @@ jobs:
- run: npm install --prefix ./assets - run: npm install --prefix ./assets
- run: npm run lint --prefix ./assets - run: npm run lint --prefix ./assets
- run: npm run check-format --prefix ./assets - run: npm run check-format --prefix ./assets
- run: npm run deploy --prefix ./assets
- run: npm run deploy --prefix ./tracker
- name: Run BundleMon - name: Run BundleMon
run: npm run bundlemon --prefix ./assets run: npm run bundlemon --prefix ./assets
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment