We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321f94d commit 67b76ffCopy full SHA for 67b76ff
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"scripts": {
6
"build": "rimraf dist && tsc",
7
- "build:binaries": "yarn build && rimraf out && pkg --no-bytecode --public-packages '*' --output out/kyve package.json && node ./node_modules/@kyve/core/dist/src/checksum.js",
+ "build:binaries": "yarn build && rimraf out && pkg --no-bytecode --public-packages '*' --output out/kyve package.json && node ./node_modules/@kyve/core/dist/src/scripts/checksum.js",
8
"start": "node ./dist/src/index.js",
9
"format": "prettier --write ."
10
},
0 commit comments