diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8ba2805..5b76355 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -13,6 +13,7 @@ env: MATTERMOST_CHANNEL: '{"dev":"papillon","beta":"papillon,publication","stable":"papillon,publication"}' MATTERMOST_HOOK_URL: ${{ secrets.MATTERMOST_HOOK_URL }} REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} + BUNDLEMON_PROJECT_ID: ${{ secrets.BUNDLEMON_PROJECT_ID }} jobs: build: @@ -33,6 +34,8 @@ jobs: run: yarn test - name: Build run: yarn build + - name: BundleMon + uses: lironer/bundlemon-action@v1 - name: Set SSH for downcloud uses: webfactory/ssh-agent@v0.9.0 with: diff --git a/package.json b/package.json index e39f844..f394d4d 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "babel-preset-cozy-app": "^2.1.0", + "bundlemon": "1.4.0", "cozy-scripts": "^8.2.0", "eslint": "8.48.0", "eslint-config-cozy-app": "6.1.0", diff --git a/yarn.lock b/yarn.lock index 93c6aec..18decd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4029,7 +4029,7 @@ bundlemon-utils@^1.0.0: dependencies: bytes "^3.1.0" -bundlemon@^1.3.2: +bundlemon@1.4.0, bundlemon@^1.3.2: version "1.4.0" resolved "https://registry.yarnpkg.com/bundlemon/-/bundlemon-1.4.0.tgz#5593e00cd913e638f69a489d4d97a9abecdac85d" integrity sha512-A5mzeMZrnUzKNNo8ng1PFlxZr57XM2HDsaX07kJ1u59BDWn2JFYNeUIUSXhmLdoqBHK9Ln7wTLXDnoqOlcJP5A==