Skip to content

Commit

Permalink
Trunk is slowing down the project
Browse files Browse the repository at this point in the history
Resolves #172
  • Loading branch information
andreilgeorgescu authored Nov 18, 2024
1 parent 68d9517 commit 4dbc0c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"scripts": {
"build": "astro check --minimumSeverity error && astro build",
"dev": "astro dev",
"fmt": "trunk fmt",
"lint": "trunk check",
"preview": "astro preview",
"start": "astro dev"
"start": "astro dev",
"trunk": "trunk"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
Expand Down

0 comments on commit 4dbc0c2

Please sign in to comment.