Skip to content

Commit

Permalink
fix: include JSON schema in published tarball
Browse files Browse the repository at this point in the history
This ensures the schema can be loaded when no network is available,
or GitHub is blocked on the network
  • Loading branch information
favna committed Jun 9, 2023
1 parent 63b13d4 commit e106743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"sideEffects": "false",
"files": [
"dist/**/*.js"
"dist/**/*.js",
"assets/"
],
"scripts": {
"debug": "node . --first-release --verbose --dry-run",
Expand Down

0 comments on commit e106743

Please sign in to comment.