Update script
parent
0329b534c0
commit
6ff1eebfbb
|
@ -28,7 +28,7 @@
|
|||
"test": "nyc --reporter=text mocha './test/index-test.ts'",
|
||||
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t 38ad72bf-a29d-4c2e-9827-96cbe037afd2",
|
||||
"run-example": "npm run compile && node ./dist/example.ts",
|
||||
"run-devtest": "npm run compile && node ./dist/scripts/scraperv2.js"
|
||||
"run-devtest": "npm run compile && node ./dist/test.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0"
|
||||
|
|
Loading…
Reference in New Issue