From d969e7ff06d2db90c597e7e58ed156f03fba8f2e Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 16 Feb 2021 11:48:09 +0100 Subject: [PATCH] Update scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 344c50d..73c6303 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "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 ./dist/example.ts", + "run-example": "tsc | node ./dist/example.ts", "publish": "npm publish", "compile": "tsc", - "run-devtest": "node ./dist/test.js" + "run-devtest": "tsc | node ./dist/test.js" }, "engines": { "node": ">=10.0"