Skip to content

Commit

Permalink
chore: Adapt scripts to match global folder installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh committed Jan 20, 2024
1 parent e4796a0 commit 73d73c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
./.vitepress/dist
./.vitepress/cache
.vitepress/dist
.vitepress/cache
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"description": "A simple vitpress site for training progress report writing",
"scripts": {
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview ."
"dev": "vitepress dev .",
"build": "vitepress build .",
"preview": "vitepress preview ."
},
"devDependencies": {
"vitepress": "1.0.0-rc.39"
Expand Down

0 comments on commit 73d73c1

Please sign in to comment.