Update scripts

pull/73/head
MillenniumEarl 2021-02-16 10:41:50 +01:00
parent e77db93e58
commit 659c9320a8
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@
"scripts": { "scripts": {
"test": "nyc --reporter=text mocha './test/index-test.ts'", "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", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t 38ad72bf-a29d-4c2e-9827-96cbe037afd2",
"run-example": "node ./src/example.ts", "run-example": "tsc | node ./dist/example.ts",
"publish": "npm publish", "publish": "npm publish",
"compile": "tsc | node ./src/scripts/scraperv2.js" "compile": "tsc | node ./dist/test.js"
}, },
"engines": { "engines": {
"node": ">=10.0" "node": ">=10.0"