Skip to content

Commit

Permalink
docs: fix missing scripts section
Browse files Browse the repository at this point in the history
Without it, npm complains about it:
```
npm WARN publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish Removed invalid "scripts"
```
via npm/cli#6918 it looks like this is not going to be fixed, thus the change, which removes the warnings
  • Loading branch information
joscha authored Jun 5, 2024
1 parent 00b9ab7 commit 31e2350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ There are several steps done in a pipeline:
bugs: {
url: "https://github.com/username/repo/issues",
},
scripts: {}
},
postBuild() {
// steps to run after building and before running the tests
Expand Down

0 comments on commit 31e2350

Please sign in to comment.