Skip to content

Commit

Permalink
package.json: add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
uakci committed Sep 6, 2023
1 parent 0b29484 commit 5d33371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"description": "Tools for parsing Toaq Delta",
"main": "index.js",
"scripts": {
"postinstall": "npm run codegen",
"test": "echo \"Error: no tests configured\" && exit 1",
"prettier:check": "npx -p prettier prettier -c .",
"prettier:format": "npx -p prettier prettier -w .",
Expand Down

0 comments on commit 5d33371

Please sign in to comment.