mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-06-12 13:20:45 -04:00
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:
parent
5d298b3f13
commit
2ad7b34d3b
4 changed files with 18268 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,7 +4,6 @@
|
|||
# NPM
|
||||
/node_modules
|
||||
npm-*
|
||||
package-lock.json
|
||||
|
||||
# Testing
|
||||
/.nyc_output
|
||||
|
|
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
v18
|
18266
package-lock.json
generated
Normal file
18266
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue