This commit is contained in:
Bruce Röttgers 2025-04-27 23:05:30 +02:00
parent ac2ab450b9
commit 82520947e0
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,6 @@ jobs:
- run: cd types && pnpm install --frozen-lockfile - run: cd types && pnpm install --frozen-lockfile
- run: cd types && pnpm tsc - run: cd types && pnpm tsc
- run: cd types && pnpm publish --provenance --access public - run: cd types && pnpm publish --provenance --access public --no-git-checks
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -1,6 +1,6 @@
{ {
"name": "@bcye/structured-wikivoyage-types", "name": "@bcye/structured-wikivoyage-types",
"version": "0.2.2", "version": "0.2.3",
"description": "Types to use when consuming json trees from the structured-wikivoyage-exports project", "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project",
"keywords": [], "keywords": [],
"contributors": [ "contributors": [