FIXED FAULTY PACKAGE.JSON REQUIREMENTSgit add -A! UPDATE RIGHT NOWgit add -A!

This commit is contained in:
eetnaviation
2024-04-04 18:02:21 +03:00
parent 7030d883e3
commit d72dbaf1cc
1483 changed files with 1 additions and 250218 deletions

View File

@ -1,10 +0,0 @@
language: node_js
node_js:
- node
- lts/*
script:
- npm run lint
# test-coverage will also run the tests, but does not print helpful output upon test failure.
# So we also run the tests separately.
- npm run test
- npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage