We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95ade4 commit 484f24bCopy full SHA for 484f24b
2 files changed
07-cloud/04-turborepo/00-boilerplate/motto-helpers/package.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"scripts": {
23
- "build": "tsdown",
+ "build": "npm run type-check && tsdown",
24
"type-check": "tsc --noEmit"
25
26
"devDependencies": {
07-cloud/04-turborepo/02-turborepo/README.md
@@ -185,7 +185,7 @@ _./helpers/house-helpers/package.json_
185
+ }
186
187
+ "scripts": {
188
-+ "build": "vite build",
++ "build": "tsdown",
189
+ "type-check": "tsc --noEmit",
190
+ },
191
...
0 commit comments