Skip to content

Commit

Permalink
feat(tooling): Adjusting action.
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Feb 15, 2024
1 parent 755e9e3 commit 7bbfee4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Initialize .npmrc
run: cp $NPM_CONFIG_USERCONFIG .npmrc

- name: Install
- name: Install Dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_PACKAGES }}
Expand Down Expand Up @@ -104,11 +104,11 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@phase2'

- name: Install
- name: Install Dependencies
run: yarn install

- name: Build Turborepo Packages
run: yarn build
- name: Build Packages
run: yarn build --force

- name: Build Storybook
run: yarn storybook:build
Expand Down Expand Up @@ -146,10 +146,10 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@phase2'

- name: Install
- name: Install Dependencies
run: yarn install

- name: Build Outline
- name: Build Packages
run: yarn build

- name: Build Storybook
Expand Down

0 comments on commit 7bbfee4

Please sign in to comment.