chore: add nvmrc file

chore: bump node v

chore: include the package-lock

chore: split the lint and test commands
This commit is contained in:
Ron de las Alas 2023-10-10 10:21:15 -04:00
parent 5d298b3f13
commit 2ad7b34d3b
4 changed files with 18268 additions and 2 deletions

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# NPM
/node_modules
npm-*
package-lock.json
# Testing
/.nyc_output

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
v18

18266
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@
"test:integration": "tap test/integration/*.js",
"test:coverage": "tap test/{unit,integration}/*.js --coverage --coverage-report=lcov",
"test:benchmark": "node test/benchmark/performance.js",
"test": "npm run test:lint && npm run test:unit && npm run test:integration",
"test": "npm run test:unit && npm run test:integration",
"semantic-release": "semantic-release"
},
"dependencies": {