Correct npm package names

This commit is contained in:
Mouse Reeve 2022-02-16 17:44:46 -08:00
parent 4b2ac4fa10
commit 862b6f49bd
3 changed files with 3 additions and 1544 deletions

View file

@ -22,15 +22,12 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: npm install dev-tools
- name: Yarn install
run: yarn
run: npm install stylelint eslint
# See .stylelintignore for files that are not linted.
- name: Run stylelint
run: >
yarn stylelint bookwyrm/static/css/*.css \
npx stylelint bookwyrm/static/css/*.css \
--config dev-tools/.stylelintrc.js
# See .eslintignore for files that are not linted.

View file

@ -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

1538
yarn.lock

File diff suppressed because it is too large Load diff