Skip to content

Commit

Permalink
Merge pull request #15 from PepeElToro41/dev
Browse files Browse the repository at this point in the history
Moved yarn doc scripts
  • Loading branch information
PepeElToro41 authored Aug 6, 2024
2 parents 713d5b8 + 3ecc4b6 commit 6eedd22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"type": "module",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "1.0.0-rc.25",
"vitepress-plugin-mermaid": "2.0.14"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
"watch": "rbxtsc -w",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6eedd22

Please sign in to comment.