Skip to content

Commit

Permalink
Fix docsy theme retrograde
Browse files Browse the repository at this point in the history
Used: `npm run get:submodule -- --remote`
  • Loading branch information
chalin committed Oct 3, 2024
1 parent 4fe82d7 commit 3714867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"diff:check": "npm run _diff:check || (echo; echo 'WARNING: the files above have not been committed'; echo)",
"fix:filenames": "npm run _filenames-to-kebab-case",
"fix:format": "npm run _check:format -- --write",
"get:submodule": "npm run _get:${GET:-submodule}",
"get:submodule": "npm run _get:${GET:-submodule} --",
"make:public": "git init -b main public",
"postbuild:preview": "npm run _check:links--warn",
"postbuild:production": "npm run _check:links--warn",
Expand Down

0 comments on commit 3714867

Please sign in to comment.