Skip to content

Commit

Permalink
Fix scripts/release/docs.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 11, 2024
1 parent bf570ff commit 1bf3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/docs.sh
Expand Up @@ -14,4 +14,4 @@ fi

# Build & deploy docs JSON
./scripts/build/docs.sh
env GOOGLE_APPLICATION_CREDENTIALS="secrets/$APP_ENV/key.json" npm run date-fns-docs docs/config.js
env GOOGLE_APPLICATION_CREDENTIALS="secrets/$APP_ENV/key.json" npx date-fns-docs docs/config.js

0 comments on commit 1bf3f94

Please sign in to comment.