Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 14, 2024
1 parent 112260f commit 98ae644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"source": "src/index.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
"./bundlers": {
"types": "./src/mdx/bundlers/index.ts",
Expand All @@ -34,7 +33,7 @@
"*.scss"
],
"scripts": {
"clean": "rm -rf ./lib && tsc --build --clean",
"clean": "rm -rf ./dist && tsc --build --clean",
"build": "tsc --build",
"test": "vitest --run --passWithNoTests --globals --disable-console-intercept",
"lint:eslint": "eslint --max-warnings 0 . --ignore-path=../../../.eslintignore",
Expand Down

0 comments on commit 98ae644

Please sign in to comment.