Update package.json

This commit is contained in:
Sundar
2021-04-01 10:36:16 +05:30
committed by GitHub
parent 62aeada586
commit af5ec937fe

View File

@ -15,7 +15,7 @@
},
"main": "lib/run.js",
"scripts": {
"build": "tsc",
"build": "tsc --outDir ./lib --rootDir ./src",
"test": "jest",
"test-coverage": "jest --coverage"
},