Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
chore: remove package lock (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 18, 2021
1 parent 916dff8 commit 7c56c17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9,852 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
args: "./**/*.md -i ./CHANGELOG.md"

- name: Install dependencies
run: npm ci
run: npm install

- name: Lint
run: npm run lint
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -60,8 +60,7 @@ typings/

# lock files
yarn.lock
packages/**/yarn.lock
*/**/package-lock.json
package-lock.json

# docs files
docs
Expand Down

0 comments on commit 7c56c17

Please sign in to comment.