We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b246dd commit b411844Copy full SHA for b411844
.github/workflows/release.yaml
@@ -42,8 +42,5 @@ jobs:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43
NPM_CONFIG_PROVENANCE: true
44
45
- - name: publish to jsr
46
- run: npx jsr publish --allow-dirty
47
-
48
- name: print dirty files
49
run: git status --porcelain
README.md
@@ -200,10 +200,6 @@ YAMLPlugin({
200
```
201
### TypeScript
202
203
-> [!IMPORTANT]
204
-> If you are using JSR, you need to copy the `yaml.d.ts` file into your project.
205
-> jsr doesn't support augmentation on global types.
206
207
If you are using TypeScript, you need to add the following to your `tsconfig.json` file:
208
209
```json
jsr.json
0 commit comments