Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 6554ed9

Browse files
committed
Fix json
1 parent 4703a71 commit 6554ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"run": "yarn run build && node build/index.js",
88
"build": "./node_modules/.bin/rimraf ./build && ./node_modules/.bin/tsc",
99
"binary": "yarn run build && rimraf ./binaries &&./node_modules/.bin/nexe build/index.js --build -o binaries/polkadot-runtime-prom-exporter",
10-
"publish": "npm publish",
10+
"publish": "npm publish"
1111
},
1212
"author": "@kianenigma",
1313
"license": "ISC",

0 commit comments

Comments
 (0)