Skip to content

Commit

Permalink
Eslint being mean to me
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Apr 29, 2024
1 parent 82ac0da commit 3fb7964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci
- name: Setup playground
run: npm run dev:prepare
run: npm ci
- name: Build with VitePress
run: npm run docs:build
- name: Upload artifact
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- name: Lint with ESLint
run: npm run lint
- name: Test package
run: npm run test
- name: Build
Expand Down

0 comments on commit 3fb7964

Please sign in to comment.