fix build

This commit is contained in:
Sidharth Vinod
2022-09-23 17:39:08 +05:30
parent 913468a7b5
commit 53bbf444e5
4 changed files with 5 additions and 10 deletions

View File

@@ -20,7 +20,6 @@
],
"scripts": {
"clean": "rimraf dist",
"build:code": "node .esbuild/esbuild.cjs",
"build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
"build:watch": "yarn build:code --watch",
"build:esbuild": "concurrently \"yarn build:code\" \"yarn build:types\"",