Skip to content

Commit

Permalink
Release preparation - config fixes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleedesign authored Sep 21, 2024
1 parent 38eb5dd commit 8a51170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run package

release:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:unit": "jest ./src/components/**/*.test.tsx --coverage",
"storybook": "storybook dev --port 6006",
"build:storybook": "storybook build",
"build": "tsc -p tsconfig.dist.json",
"build": "storybook build",
"preview": "npx http-server ./storybook-static",
"package": "tsc -p tsconfig.dist.json"
},
Expand Down

0 comments on commit 8a51170

Please sign in to comment.