Skip to content

Commit

Permalink
feat: add docs:env command
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 6, 2023
1 parent b985e45 commit 029d7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "shopware/docs",
"version": "0.0.1",
"scripts": {
"docs:env": "[ -d \"../developer-portal\" ] && ../developer-portal/docs-cli.cjs pull || (git clone [email protected]:shopware/developer-portal.git ../developer-portal && pnpm i -C ../developer-portal)",
"docs:link": "../developer-portal/docs-cli.cjs link --src . --dst docs --symlink",
"docs:preview": "../developer-portal/docs-cli.cjs preview"
}
Expand Down

0 comments on commit 029d7fb

Please sign in to comment.