Skip to content

Commit 6ff4cb5

Browse files
committed
chore: remove package-lock
1 parent 8f1ff0b commit 6ff4cb5

File tree

3 files changed

+3
-1419
lines changed

3 files changed

+3
-1419
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
key: v1-dependencies-{{ checksum "package.json" }}
2525

2626
# run tests!
27-
- run: yarn test
27+
- run: npm run test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ pids
2222
*.pid
2323
*.seed
2424
*.pid.lock
25+
26+
package-lock.json

0 commit comments

Comments
 (0)