Skip to content

Commit

Permalink
refactor(scripts): update readme and build scripts to simplify dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Nov 25, 2023
1 parent 47ab944 commit efe6036
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"/dist"
],
"scripts": {
"preinstall": "npm --prefix ./docs install",
"start": "vite & npm --prefix ./docs run dev",
"start": "npm --prefix ./docs install && vite & npm --prefix ./docs run dev",
"dev": "vite",
"build": "vite build",
"build:docs": "npm --prefix ./docs run build",
Expand Down

0 comments on commit efe6036

Please sign in to comment.