diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 0f3f8a37f..0f146b9d5 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -59,6 +59,12 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps + - name: Build Libs 📦 + run: npm run build + continue-on-error: false + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Build Docs 📚 run: npm run docs:build continue-on-error: false diff --git a/README.md b/README.md index fe5866574..03bab6b9f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ It is built using a variety of powerful technologies, including: ```bash npm i +npm run build ``` ### Running Storybook and Stencil @@ -64,8 +65,7 @@ npm test ```bash ## Build Libs -npm run core:build -npm run tokens:build +npm run build ## Build Storybook npm run storybook:build