Skip to content

[mercury][tokens] Update all Mercury tokens, automate tokens creation, refactorize mercury.scss and re-organize and clean up tokens that are not used anymore. #1895

[mercury][tokens] Update all Mercury tokens, automate tokens creation, refactorize mercury.scss and re-organize and clean up tokens that are not used anymore.

[mercury][tokens] Update all Mercury tokens, automate tokens creation, refactorize mercury.scss and re-organize and clean up tokens that are not used anymore. #1895

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unanimo:
uses: ./.github/workflows/install-and-deploy.yml
with:
node-version: "22.x"
cache: true
common-tests: false
publish: false
package: "packages/unanimo"
mercury:
uses: ./.github/workflows/install-and-deploy.yml
with:
node-version: "22.x"
cache: true
common-tests: false
publish: false
package: "packages/mercury"
svg-sass-generator:
uses: ./.github/workflows/install-and-deploy.yml
with:
node-version: "22.x"
cache: true
common-tests: false
publish: false
package: "packages/svg-sass-generator"