Update script

pull/73/head
MillenniumEarl 2021-02-21 13:02:59 +01:00
parent 0329b534c0
commit 6ff1eebfbb
1 changed files with 1 additions and 1 deletions

View File

@ -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"