remove shx from clean

This commit is contained in:
Faiyam Rahman 2023-02-01 17:57:24 +05:30
parent 9b6eedefa2
commit d649d628a4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"src"
],
"scripts": {
"clean": "shx rm -rf dist",
"clean": "rm -rf dist",
"build": "yarn clean && tsc -p tsconfig.json",
"test": "mocha",
"test:live": "TEST_LIVE=1 yarn run test",