Skip to content

Commit

Permalink
refactor(repo): update tooling and cleaning up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Nov 27, 2023
1 parent 8a50136 commit ec3d71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"start": "npm --prefix ./docs install && vite & npm --prefix ./docs run dev",
"dev": "vite",
"build": "vite build",
"build:docs": "npm --prefix ./docs run build",
"build:docs": "npm --prefix ./docs install && npm --prefix ./docs run build",
"deploy": "npm run build:docs && npx gh-pages -d docs/build",
"publish": "npm run build && npm publish --access=public",
"lint": "eslint -c ./.eslintrc.json --fix \"src/**/*.{.js,svelte}\"",
Expand Down

0 comments on commit ec3d71f

Please sign in to comment.