mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
move npm dependency into package.json file instead of hardcoding into pipeline
This commit is contained in:
parent
9a785e4cfd
commit
b3351b1e1f
3 changed files with 2179 additions and 1 deletions
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry config --local virtualenvs.in-project true
|
poetry config --local virtualenvs.in-project true
|
||||||
poetry install --no-root --remove-untracked
|
poetry install --no-root --remove-untracked
|
||||||
npm install pa11y-ci
|
npm install
|
||||||
echo "node_modules/.bin" >> $GITHUB_PATH
|
echo "node_modules/.bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Start docs server
|
- name: Start docs server
|
||||||
|
|
2173
package-lock.json
generated
Normal file
2173
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"devDependencies": {
|
||||||
|
"pa11y-ci": ">=3.0.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue