Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
chore: fix docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zolotukhin committed Nov 3, 2021
1 parent bd6639d commit 05860d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"preinstall-and-restart-kwin-x11": "npm run script-install",
"install-and-restart-kwin-x11": "kwin_x11 --replace",
"postinstall-and-restart-kwin-x11": "bash -ic \"kwin_x11 --replace & disown\"",
"docs": "npx typedoc --out $npm_package_config_build_dir/docs",
"docs": "npx typedoc --out build/docs",
"test": "jest",
"prepare": "husky install"
},
Expand Down

0 comments on commit 05860d5

Please sign in to comment.