Skip to content

Commit c112e35

Browse files
chore: add package-lock.json (#259)
1 parent 1598a58 commit c112e35

3 files changed

Lines changed: 7434 additions & 2 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Install Node Dependencies
4242
shell: bash
43-
run: npm install --ignore-scripts
43+
run: npm ci --ignore-scripts
4444

4545
- name: Test with pytest
4646
id: pytest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ node_modules/
164164
npm-debug.log*
165165
yarn-debug.log*
166166
yarn-error.log*
167-
package-lock.json
168167

169168
# Jest
170169
.jest-cache/

0 commit comments

Comments
 (0)