Skip to content

Commit

Permalink
chore: no cache on doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jan 11, 2024
1 parent ccf104e commit 93f96f5
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 @@ -15,7 +15,7 @@
"serve": "turbo run watch --parallel",
"serve:filter": "run() { turbo run watch --parallel --filter=$1... --filter=//; }; run",
"npm-link": "turbo run npm-link --output-logs=new-only",
"doc:build": "turbo run build-doc",
"doc:build": "turbo run build-doc --force",
"doc:serve": "turbo run serve-doc",
"ci:build": "turbo run lint build test --cache-dir=.turbo",
"ci:build-doc": "turbo run build-doc --cache-dir=.turbo",
Expand Down

0 comments on commit 93f96f5

Please sign in to comment.