Skip to content

Commit

Permalink
Revert "Dev/install pnpm (#43)"
Browse files Browse the repository at this point in the history
This reverts commit 5381a75.
  • Loading branch information
bicstone authored Sep 24, 2024
1 parent 5381a75 commit fb0bb00
Show file tree
Hide file tree
Showing 6 changed files with 5,877 additions and 4,553 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
with:
token: ${{ secrets.GH_PAT_CHECKOUT }}
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 9.11.0
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
cache: "npm"
- run: npm ci
- run: npx qiita publish --all
env:
QIITA_TOKEN: ${{ secrets.QIITA_TOKEN }}
- run: pnpm run lint:fix
- run: npm run lint:fix
- run: |
git add ./public/*
if ! git diff --staged --exit-code --quiet; then
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.11.0
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
cache: "npm"
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm run lint
npm run lint
Loading

0 comments on commit fb0bb00

Please sign in to comment.