Skip to content

Commit

Permalink
chore: types built time fix
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Nov 30, 2023
1 parent 3a5797d commit 8e90e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"scripts": {
"test": "jest",
"build": "yarn clean && microbundle build --raw --target node && microbundle build --raw --target web --cwd client && microbundle build --raw --target node --cwd server",
"build": "yarn clean && microbundle build --raw --target node --generateTypes false && microbundle build --raw --target web --cwd client --generateTypes false && microbundle build --raw --target node --cwd server --generateTypes false",
"dev": "microbundle watch --raw --format cjs",
"clean": "rm -rf client/dist server/dist dist"
},
Expand Down Expand Up @@ -55,8 +55,8 @@
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.10",
"jest": "29.7.0",
"typescript": "5.3.2",
"microbundle": "0.15.1"
"microbundle": "0.15.1",
"typescript": "5.3.2"
},
"exports": {
".": {
Expand Down

0 comments on commit 8e90e45

Please sign in to comment.