Skip to content

Commit

Permalink
chore: github repo linking & build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvankith committed Feb 17, 2024
1 parent 079317a commit bbb0fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Chromatic deployment
uses: chromaui/action@v1
uses: chromaui/action@latest
with:
token: ${{ secrets.CHROMATIC_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Horizondal scroller with sticky header",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tvankith/horizondal-scroller-with-sticky-header.git"
},
"scripts": {
"prepare": "husky",
"build": "vite build && node scripts/add-css-import.js",
Expand Down

0 comments on commit bbb0fbf

Please sign in to comment.