Skip to content

Commit fd39c80

Browse files
authored
Update docs deps (#16)
* 🔧 chore: Update CI * 🔧 chore: Update docs deps
1 parent 6fbeaa0 commit fd39c80

File tree

5 files changed

+1494
-1158
lines changed

5 files changed

+1494
-1158
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
app-id: ${{ secrets.AUTH_APP_ID }}
3232
app-key: ${{ secrets.AUTH_APP_KEY }}
3333
badges: true
34+
badges-size: dist/browser/localazy-cdn-client.umd.min.js
3435

3536
publish:
3637
name: Publish Release

.prettierrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import localazyConfig from '@localazy/prettier-config';
2+
3+
/** @type {import('prettier').Config} */
4+
const config = {
5+
...localazyConfig,
6+
};
7+
8+
export default config;

0 commit comments

Comments
 (0)