Skip to content

Commit

Permalink
feat: Upgrade Bundlemon to 3.1.0
Browse files Browse the repository at this point in the history
The variables `BUNDLEMON_PROJECT_ID` and `BUNDLEMON_PROJECT_APIKEY` are no longer required and must be deleted for new Bundlemon versions to work properly.
  • Loading branch information
Merkur39 committed Oct 30, 2024
1 parent 41306bf commit 64551d9
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 254 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
run: yarn test:noSnapshots
- name: Tests snapshots
run: yarn test:snapshots
# - name: Bundlemon
# run: yarn bundlemon
- name: BundleMon
uses: lironer/bundlemon-action@v1
argosDesktop:
needs: [prepareArgos, build]
runs-on: ubuntu-latest
Expand Down
216 changes: 0 additions & 216 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"babel-plugin-inline-json-import": "0.3.2",
"babel-preset-cozy-app": "2.0.2",
"browserslist-config-cozy": "0.4.0",
"bundlemon": "3.1.0",
"copyfiles": "2.4.1",
"cozy-client": "^48.8.0",
"cozy-device-helper": "2.0.0",
Expand Down Expand Up @@ -166,7 +167,6 @@
"@material-ui/core": "4.12.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@popperjs/core": "^2.4.4",
"bundlemon": "^1.3.2",
"chart.js": "3.7.1",
"classnames": "^2.2.5",
"cozy-interapp": "^0.5.4",
Expand Down
Loading

0 comments on commit 64551d9

Please sign in to comment.