File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ site/node_modules/.installed: site/package.json site/pnpm-lock.yaml
400
400
(cd site/ && ../scripts/pnpm_install.sh)
401
401
touch " $@ "
402
402
403
- scripts/apidocgen/.installed : scripts/apidocgen/package.json scripts/apidocgen/pnpm-lock.yaml
403
+ scripts/apidocgen/node_modules/ .installed : scripts/apidocgen/package.json scripts/apidocgen/pnpm-lock.yaml
404
404
(cd scripts/apidocgen && ../../scripts/pnpm_install.sh)
405
405
touch " $@ "
406
406
@@ -768,7 +768,7 @@ docs/admin/security/audit-logs.md: node_modules/.installed coderd/database/queri
768
768
769
769
coderd/apidoc/.gen : \
770
770
node_modules/.installed \
771
- scripts/apidocgen/.installed \
771
+ scripts/apidocgen/node_modules/ .installed \
772
772
$(wildcard coderd/* .go) \
773
773
$(wildcard enterprise/coderd/* .go) \
774
774
$(wildcard codersdk/* .go) \
You can’t perform that action at this time.
0 commit comments