Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pnpm #7

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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