Skip to content

Commit

Permalink
ci: scripts 等を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 21, 2024
1 parent f4abb3f commit 7d24158
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "asis-docs",
"private": true,
"type": "module",
"version": "2024.6.1",
"license": "MIT",
"author": {
"name": "Ryo Takeuchi",
"url": "https://tatsutakein.jp"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"clean": "git clean -xdf node_modules",
"plop": "plop"
},
"dependencies": {
"@astrojs/starlight": "0.24.4",
Expand Down

0 comments on commit 7d24158

Please sign in to comment.