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

chore: remove package lock #4

Merged
merged 3 commits into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading