Skip to content

Commit

Permalink
Only include necessary files for JSR
Browse files Browse the repository at this point in the history
To locally verify only the necessary files are included, you can run:
```sh
jsr publish --dry-run --allow-dirty
```

Fixes fabian-hiller#972
  • Loading branch information
neoncitylights committed Dec 11, 2024
1 parent 42d6125 commit 587ee08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion library/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"name": "@valibot/valibot",
"version": "1.0.0-beta.9",
"exports": "./src/index.ts"
"exports": "./src/index.ts",
"publish": {
"include": [
"src/**/*.ts"
]
}
}

0 comments on commit 587ee08

Please sign in to comment.