Skip to content

Commit

Permalink
update packages, tweak build
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Mar 21, 2024
1 parent 2cf9e6e commit 6d048d2
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 757 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Build Prod
run: npm run build

- name: Build Styles
run: npm run build:styles

- name: Build Storybook
run: npm run build-storybook

1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
node-version: "18"
- run: npm ci
- run: npm run build
- run: npm run build:styles
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down
Loading

0 comments on commit 6d048d2

Please sign in to comment.