Skip to content

Commit

Permalink
chore(build): Descructuring dist in production workflow - FRONT-4015 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Jun 30, 2023
1 parent b6eab58 commit e5b356b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
run: yarn dist:presets
- name: Generate sri file
run: node scripts/sri.js ${{ steps.tag.outputs.tag }}
- name: Build release
run: PUBLIC_URL=/component-library yarn dist
- name: Browserstats
run: npm run browserstats
- name: Build storybook
run: PUBLIC_URL=/component-library yarn dist:storybook
- name: Build website
run: PUBLIC_URL=/component-library yarn dist:website
- name: Set version
run: echo ${{ steps.tag.outputs.tag }} > dist/website/.version
- name: Set commit
Expand Down

1 comment on commit e5b356b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.