Skip to content

Commit

Permalink
Added prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorin committed Jun 28, 2023
1 parent 9c86e08 commit 06f01fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substreams-sink",
"version": "0.5.1",
"version": "0.5.2",
"description": "Substreams Sink",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -37,7 +37,8 @@
],
"license": "MIT OR Apache-2.0",
"scripts": {
"build": "tsc"
"build": "tsc",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@substreams/core": "^0.1.10",
Expand Down

0 comments on commit 06f01fb

Please sign in to comment.