generated from nhcarrigan/template
fix(tools): build needs to happen before lint in CI
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 49s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 49s
This commit is contained in:
@@ -28,11 +28,11 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Lint Source Files
|
||||
run: pnpm run lint
|
||||
|
||||
- name: Verify Build
|
||||
run: pnpm run build
|
||||
|
||||
- name: Lint Source Files
|
||||
run: pnpm run lint
|
||||
|
||||
- name: Run Tests
|
||||
run: pnpm run test
|
||||
|
||||
Reference in New Issue
Block a user