Skip to content

Commit

Permalink
test: v0.4.1-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 29, 2023
1 parent 92d6a54 commit dcbfc97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
yarn config set access public
- run: |
sed -i "s|CHROMATIC_HOMEPAGE|${{ steps.chromatic.outputs.storybookUrl }}|" package.json
- run: |
npm cache clean --force
yarn publish:npm-outDir
- run: yarn publish:npm-outDir
- run: |
sed -i "s|${{ steps.chromatic.outputs.storybookUrl }}|CHROMATIC_HOMEPAGE|" package.json
- run: cp -R build/* dist/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scatter-graphy",
"version": "0.4.1-alpha2",
"version": "0.4.1-alpha3",
"description": "Image src based retro typography with scattering animation",
"private": false,
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"tsc-build": "yarn clean && yarn build && yarn copy-files",
"publish:npm": "yarn tsc-build && yarn publish",
"build:outDir": "tsc && vite build --outDir build",
"clean:outDir": "rimraf build",
"clean:outDir": "npm cache clean --force && rimraf build",
"copy-files:outDir": "copyfiles README.md build",
"tsc-build:outDir": "yarn clean:outDir && yarn build:outDir && yarn copy-files:outDir",
"publish:npm-outDir": "yarn tsc-build:outDir && yarn publish",
Expand Down

0 comments on commit dcbfc97

Please sign in to comment.