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 00e24fa commit 927a3deCopy full SHA for 927a3de
.github/workflows/node.yml
@@ -26,8 +26,8 @@ jobs:
26
- run: npm run check-format --prefix ./assets
27
- run: npm run deploy --prefix ./assets
28
- run: npm run deploy --prefix ./tracker
29
- - name: Run BundleMon
30
- run: npm run bundlemon --prefix ./assets
31
- env:
32
- BUNDLEMON_PROJECT_ID: "619e0b6ad4a54a00089861ac"
33
- CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}} # important!
+ # - name: Run BundleMon
+ # run: npm run bundlemon --prefix ./assets
+ # env:
+ # BUNDLEMON_PROJECT_ID: "619e0b6ad4a54a00089861ac"
+ # CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}} # important!
0 commit comments