Skip to content

Commit 8b72870

Browse files
committed
fix: fix release script
1 parent b98fb33 commit 8b72870

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ import { AocClientBuilder, AocClient } from "https://esm.sh/@bryan-hoang/aoc-cli
155155
| ----------------------------- | -------------- |
156156
| `getDefaultSessionCookieFile` | `() => string` |
157157

158-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L110)
158+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L100)
159159

160160
### Methods
161161

@@ -183,67 +183,67 @@ import { AocClientBuilder, AocClient } from "https://esm.sh/@bryan-hoang/aoc-cli
183183
| -------------------------------------- | ------------------------ |
184184
| `getSessionCookieFromDefaultLocations` | `() => AocClientBuilder` |
185185

186-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L77)
186+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L71)
187187

188188
#### :gear: getSessionCookieFromFile
189189

190190
| Method | Type |
191191
| -------------------------- | ------------------------------------ |
192192
| `getSessionCookieFromFile` | `(file: string) => AocClientBuilder` |
193193

194-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L98)
194+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L88)
195195

196196
#### :gear: sessionCookie
197197

198198
| Method | Type |
199199
| --------------- | --------------------------------------------- |
200200
| `sessionCookie` | `(sessionCookie: string) => AocClientBuilder` |
201201

202-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L115)
202+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L105)
203203

204204
#### :gear: year
205205

206206
| Method | Type |
207207
| ------ | ------------------------------------ |
208208
| `year` | `(year: number) => AocClientBuilder` |
209209

210-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L126)
210+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L116)
211211

212212
#### :gear: day
213213

214214
| Method | Type |
215215
| ------ | ----------------------------------- |
216216
| `day` | `(day: number) => AocClientBuilder` |
217217

218-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L135)
218+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L125)
219219

220220
#### :gear: latestPuzzleDay
221221

222222
| Method | Type |
223223
| ----------------- | ------------------------ |
224224
| `latestPuzzleDay` | `() => AocClientBuilder` |
225225

226-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L149)
226+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L139)
227227

228228
#### :gear: latestEventYear
229229

230230
| Method | Type |
231231
| ----------------- | ------------------------ |
232232
| `latestEventYear` | `() => AocClientBuilder` |
233233

234-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L169)
234+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L159)
235235

236236
#### :gear: overwriteFiles
237237

238238
| Method | Type |
239239
| ---------------- | ----------------------------------------------- |
240240
| `overwriteFiles` | `(overwriteFiles: boolean) => AocClientBuilder` |
241241

242-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L182)
242+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L172)
243243

244244
## :factory: AocClient
245245

246-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L188)
246+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L178)
247247

248248
### Static Methods
249249

@@ -255,7 +255,7 @@ import { AocClientBuilder, AocClient } from "https://esm.sh/@bryan-hoang/aoc-cli
255255
| ------------ | ------------------------ |
256256
| `getBuilder` | `() => AocClientBuilder` |
257257

258-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L199)
258+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L189)
259259

260260
### Methods
261261

@@ -268,15 +268,15 @@ import { AocClientBuilder, AocClient } from "https://esm.sh/@bryan-hoang/aoc-cli
268268
| ------------------- | ------------ |
269269
| `ensureDayUnlocked` | `() => void` |
270270

271-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L248)
271+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L238)
272272

273273
#### :gear: isDayUnlocked
274274

275275
| Method | Type |
276276
| --------------- | --------------- |
277277
| `isDayUnlocked` | `() => boolean` |
278278

279-
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L254)
279+
[:link: Source](https://github.com/bryan-hoang/aoc-cli-node/tree/main/packages/aoc-client/src/lib.ts#L244)
280280

281281
<!-- TSDOC_END -->
282282

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"author": "Bryan Hoang <bryan@bryanhoang.dev> (https://bryanhoang.dev/)",
44
"type": "module",
55
"scripts": {
6-
"build:docs": "automd && tsdoc --src=packages/aoc-client/src/lib.ts --repo=https://github.com/bryan-hoang/aoc-cli-node && vp run build:docs",
6+
"build:docs": "automd && tsdoc --src=packages/aoc-client/src/lib.ts --repo=https://github.com/bryan-hoang/aoc-cli-node && vp fmt",
77
"changeset": "vp run changeset",
88
"lint:knip": "vp run knip",
99
"prepare": "husky",
10-
"prerelease": "vp run build",
10+
"prerelease": "vp run --recursive build",
1111
"release": "vp run changeset publish",
1212
"test": "vp test",
1313
"test:attw": "vp run test:attw",

0 commit comments

Comments
 (0)