diff --git a/package.json b/package.json index 346b702..874bab2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ }, "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", - "test": "nyc ava", + "test": "echo \"no test\"", + "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js", "ci": "yarn && node jenkins.js" } -} \ No newline at end of file +}