We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b822f29 commit bf4612fCopy full SHA for bf4612f
PUBLISH.md
@@ -136,7 +136,7 @@ This script (`scripts/prepare-versions.ts`):
136
#### Build and Publish Individual Versions
137
```bash
138
# Navigate to a specific version directory
139
-cd packages/parser/versions/17
+cd packages/parser/versions/13
140
141
# Build the package
142
npm run build
@@ -146,7 +146,7 @@ npm run build
146
cd dist/
147
148
# Publish with the correct tag
149
-npm publish --tag pg17
+npm publish --tag pg13
150
```
151
152
#### Publish All Parser Versions
pnpm-workspace.yaml
@@ -1,3 +1,4 @@
1
packages:
2
- 'packages/*'
3
- 'packages/deparser/versions/*'
4
+ - 'packages/parser/versions/*'
0 commit comments