diff --git a/package.json b/package.json index 816d4d3..e321327 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "metacall-faas": "dist/index.js" }, "scripts": { - "test": "npm run build && mocha dist/test", + "test": "npm run buildDebug && mocha dist/test", "integration": "./test.sh", "prepublishOnly": "npm run build", "buildDebug": "npm run lint && tsc --sourceMap true", @@ -132,4 +132,4 @@ "prettier": "^2.1.2", "typescript": "^4.3.2" } -} +} \ No newline at end of file