Skip to content

Commit

Permalink
feat: keep source when symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Feb 9, 2024
1 parent 03f75d8 commit 5ac9aa4
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 @@ -25,7 +25,7 @@
"prepare": "husky install",
"generateDependencyChangelog": "esno ./scripts/generateDependencyChangelog.ts",
"docs:env": "[ -d \"../developer-portal\" ] && ../developer-portal/docs-cli.cjs pull || (git clone git@github.com:shopware/developer-portal.git ../developer-portal && pnpm i -C ../developer-portal)",
"docs:link": "../developer-portal/docs-cli.cjs link --src apps/docs/src --dst frontends --symlink",
"docs:link": "../developer-portal/docs-cli.cjs link --src apps/docs/src --dst frontends --symlink --keep",
"docs:preview": "../developer-portal/docs-cli.cjs preview"
},
"devDependencies": {
Expand Down

0 comments on commit 5ac9aa4

Please sign in to comment.