diff --git a/.eslintignore b/.eslintignore
index 8776ee690..4ce4e7d76 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,3 +1,4 @@
dist/
public/
packages/spindle-tokens/lib/*.js
+postcss.config.js
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7056e969a..957303569 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,5 +27,6 @@ jobs:
- name: build application
run: |
yarn lerna run --scope @openameba/spindle-hooks build
+ yarn lerna run --scope @openameba/spindle-tokens build
yarn lerna run --scope @openameba/spindle-ui storybook:build
yarn lerna run --scope @openameba/spindle-ui build
diff --git a/.github/workflows/deploy-ui-catalog.yml b/.github/workflows/deploy-ui-catalog.yml
index 0f00a8fd6..eebe3ca66 100644
--- a/.github/workflows/deploy-ui-catalog.yml
+++ b/.github/workflows/deploy-ui-catalog.yml
@@ -30,5 +30,6 @@ jobs:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
run: |
yarn lerna run --scope @openameba/spindle-hooks build
+ yarn lerna run --scope @openameba/spindle-tokens build
yarn lerna run --scope @openameba/spindle-ui storybook:build
npx lerna run --scope @openameba/spindle-ui storybook:deploy -- --token $FIREBASE_TOKEN
diff --git a/.github/workflows/deploy-ui-preview.yml b/.github/workflows/deploy-ui-preview.yml
index 60ad09946..546d328a5 100644
--- a/.github/workflows/deploy-ui-preview.yml
+++ b/.github/workflows/deploy-ui-preview.yml
@@ -40,6 +40,7 @@ jobs:
- run: npx lerna bootstrap -- --frozen-lockfile
- run: |
yarn lerna run --scope @openameba/spindle-hooks build
+ yarn lerna run --scope @openameba/spindle-tokens build
yarn lerna run --scope @openameba/spindle-ui storybook:build
- name: deploy to preview channel
uses: FirebaseExtended/action-hosting-deploy@v0
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5a0c8748e..d1680c45f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,4 +27,5 @@ jobs:
- run: npx lerna bootstrap -- --frozen-lockfile
- run: |
yarn lerna run --scope @openameba/spindle-hooks build
+ yarn lerna run --scope @openameba/spindle-tokens build
yarn test
diff --git a/.github/workflows/visual-regression-test.yml b/.github/workflows/visual-regression-test.yml
index 384868c8a..f23d85136 100644
--- a/.github/workflows/visual-regression-test.yml
+++ b/.github/workflows/visual-regression-test.yml
@@ -68,6 +68,7 @@ jobs:
- run: npx lerna bootstrap -- --frozen-lockfile
- run: |
yarn lerna run --scope @openameba/spindle-hooks build
+ yarn lerna run --scope @openameba/spindle-tokens build
yarn lerna run --scope @openameba/spindle-ui storybook:build
- run: |
npx lerna add --scope @openameba/spindle-ui --dev reg-keygen-git-hash-plugin
diff --git a/README.md b/README.md
index b293b27fb..4f5ebaa57 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@