mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Correct npm package names
This commit is contained in:
parent
4b2ac4fa10
commit
862b6f49bd
3 changed files with 3 additions and 1544 deletions
7
.github/workflows/lint-frontend.yaml
vendored
7
.github/workflows/lint-frontend.yaml
vendored
|
@ -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.
|
||||
|
|
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
|
||||
|
|
Loading…
Reference in a new issue