diff --git a/README.md b/README.md index 331219f..09522b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ https://docs.llama.fi/list-your-project/emissions-dashboard ## Testing ``` -ts-node utils/test.ts [fileName] +npm t [fileName] + +# Example +npm t protocols/gearbox.ts ``` ## Further Questions: diff --git a/package.json b/package.json index 3daf4c4..e07eb60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "scripts": { - "test": "ts-node utils/test.ts" + "test": "mkdir -p utils/testCharts && ts-node utils/test.ts" }, "dependencies": { "@defillama/sdk": "^4.0.43",