Skip to content

Commit

Permalink
remove pnpm
Browse files Browse the repository at this point in the history
* fix: remove pnpm
  • Loading branch information
stevensacks authored Sep 17, 2024
1 parent 2203aba commit 9832a13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,13 @@ jobs:
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Build Storybook
run: npm run build-storybook
env:
SB: 1
API_URL: ${{ secrets.API_URL }}
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
MSW_ENABLED: ${{ secrets.MSW_ENABLED }}
npm_package_version: ${{ steps.package-version.outputs.current-version}}
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
SITE_URL: ${{ secrets.SITE_URL }}
- name: Run Chromatic
uses: chromaui/action@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
debug: true
exitZeroOnChanges: true
exitOnceUploaded: true
storybookBuildDir: 'storybook-static'
autoAcceptChanges: 'main'
onlyChanged: true
externals: 'app/styles/tailwind.css'
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"husky": "9.1.6",
"is-ci": "3.0.1",
"lint-staged": "15.2.10",
"msw": "^2.4.2",
"msw": "2.4.2",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"prettier": "3.3.3",
Expand Down

0 comments on commit 9832a13

Please sign in to comment.