Skip to content

Commit

Permalink
chore: Change step order
Browse files Browse the repository at this point in the history
  • Loading branch information
Undistraction committed Jul 30, 2024
1 parent 1a816ad commit 4e5f2d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm run build

- name: Lint
run: pnpm run lint

- name: Test
run: pnpm run test

- name: Build
run: pnpm run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepare": "husky",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js ./tests",
"test-watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js ./tests --watchAll",
"test-snapshot": "node ./tests/snapshotData",
"test-snapshot": " node ./tests/snapshotData",
"lint": "pnpm run lint-prettier && pnpm run lint-eslint",
"lint-prettier": "prettier . --write",
"lint-eslint": "eslint './**/*.{js,jsx,cjs}'",
Expand Down

0 comments on commit 4e5f2d6

Please sign in to comment.