Correct npm package names
This commit is contained in:
2
.github/workflows/prettier.yaml
vendored
2
.github/workflows/prettier.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install modules
|
||||
run: npm install dev-tools
|
||||
run: npm install prettier
|
||||
|
||||
- name: Run Prettier
|
||||
run: npx prettier --check bookwyrm/static/js/*.js
|
||||
|
Reference in New Issue
Block a user