[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

Select the types of activity you want to include in your feed.

add packageManager

Jack Platten (May 24, 2026, 3:40 PM -0700) 85217324 85ae6301

+3 -3
+2 -3
.github/workflows/publish.yaml
··· 1 1 name: Publish Package 2 2 3 3 on: 4 - push: 5 - tags: 6 - - "v*" 4 + release: 5 + types: [published] 7 6 8 7 permissions: 9 8 id-token: write # Required for OIDC
+1
package.json
··· 33 33 "onFail": "download" 34 34 } 35 35 }, 36 + "packageManager": "pnpm@11.2.1", 36 37 "devDependencies": { 37 38 "@types/node": "^25.9.1", 38 39 "prettier": "3.8.3",