Skip to content

Commit

Permalink
Typecheck after assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jan 8, 2024
1 parent 34c90ae commit 9e8c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubbo-bubbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prestart": "run-s assets",
"start": "vite --open",
"clean": "rimraf dist/* public/* .assetpack/*",
"prebuild": "run-s clean format:check lint types assets",
"prebuild": "run-s clean format:check lint assets types",
"build": "vite build",
"assets": "assetpack",
"prepreview": "run-s build",
Expand Down

0 comments on commit 9e8c857

Please sign in to comment.