diff --git a/package.json b/package.json index e4b242b..d341262 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "scripts": { "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": "node ./src/example.ts", + "run-example": "tsc | node ./dist/example.ts", "publish": "npm publish", - "compile": "tsc | node ./src/scripts/scraperv2.js" + "compile": "tsc | node ./dist/test.js" }, "engines": { "node": ">=10.0"