Skip to content

Commit bf4612f

Browse files
committed
versions
1 parent b822f29 commit bf4612f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

PUBLISH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This script (`scripts/prepare-versions.ts`):
136136
#### Build and Publish Individual Versions
137137
```bash
138138
# Navigate to a specific version directory
139-
cd packages/parser/versions/17
139+
cd packages/parser/versions/13
140140

141141
# Build the package
142142
npm run build
@@ -146,7 +146,7 @@ npm run build
146146
cd dist/
147147

148148
# Publish with the correct tag
149-
npm publish --tag pg17
149+
npm publish --tag pg13
150150
```
151151

152152
#### Publish All Parser Versions

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- 'packages/*'
33
- 'packages/deparser/versions/*'
4+
- 'packages/parser/versions/*'

0 commit comments

Comments
 (0)