We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c768046 commit c4bc5b1Copy full SHA for c4bc5b1
1 file changed
website/package.json
@@ -20,6 +20,7 @@
20
"npm-install": "npm install",
21
"npm-link-helpers": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
22
"npm-ci": "npm ci",
23
+ "clean": "del-cli .docusaurus build",
24
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json",
25
"import-website-releases": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/import-releases.sh --xpack-dev-tools",
26
"generate-website-blog-post": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-blog-post.sh --xpack-dev-tools",
0 commit comments