Skip to content

Commit

Permalink
fix: remove lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 18, 2021
1 parent b338a36 commit 738ee92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9,186 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Install
run: npm ci --ignore-scripts
run: npm install --ignore-scripts
- name: Run ESLint
run: npm run lint
- name: Run Prettier
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Install
run: npm ci --ignore-scripts
run: npm install --ignore-scripts
- name: Install macOS dependencies
if: matrix.os == 'macos-latest'
run: brew install poppler
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ dist
.yarn/install-state.gz
.pnp.*

# lock files
package-lock.json
yarn.lock

# Converted test files
test_docs/*
!test_docs/*.pdf
Expand Down
Loading

0 comments on commit 738ee92

Please sign in to comment.