update: remove js files after declaration generation

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-16 13:08:18 +01:00
parent 476a5aa09b
commit 8414ee1ac1
2 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
"scripts": {
"prepare": "ts-patch install -s",
"dev": "vite",
"build": "vite build && tsc",
"build": "vite build && tsc && rm -rf tmp",
"prepublishOnly": "yarn build",
"test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",