Skip to content
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/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install Node Dependencies
shell: bash
run: npm install --ignore-scripts
run: npm ci --ignore-scripts

- name: Test with pytest
id: pytest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ gh-pages/

# node modules
node_modules/
package-lock.json

# test results
coverage/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python -m pytest
### JavaScript unit tests

```bash
npm install --ignore-scripts
npm ci --ignore-scripts
npm test
```

Expand Down
Loading
Loading