Skip to content

Commit

Permalink
build: Improving publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pnegri committed Jan 28, 2024
1 parent abdebbc commit f12abe3
Show file tree
Hide file tree
Showing 9 changed files with 1,036 additions and 149 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Build CSS
run: npm run build-css
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.cache
node_modules
dist/**
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config = {
name: '@storybook/react-webpack5',
options: {},
},
staticDirs: [{ from: '../assets', to: '/assets' }],
docs: {
autodocs: 'tag',
},
Expand Down
2 changes: 0 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '../src/css/tailwind.css';

export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
Expand Down
2 changes: 1 addition & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default create({
brandTitle: 'iugu UX',
brandUrl: '',
brandImage:
'https://s3-sa-east-1.amazonaws.com/prod-jobsite-files.kenoby.com/uploads/desativado-1617737004-logo-iugu-4-devs-novopng.png',
'/assets/logo-iux.png',
brandTarget: '_self',

// UI
Expand Down
Loading

0 comments on commit f12abe3

Please sign in to comment.