Skip to content

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 22, 2024
1 parent 471583b commit a9cb8de
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 37 deletions.
7 changes: 6 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"validate": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.16.0",
"astro": "^4.2.1",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"typescript": "~5.2.2"
}
}

0 comments on commit a9cb8de

Please sign in to comment.