Skip to content

Commit ff5d75e

Browse files
committed
add deploy script
1 parent 87fd367 commit ff5d75e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc",
1212
"start": "yarn build && node ./build/createRegistry.js",
1313
"lint": "substrate-dev-run-lint",
14-
"lint:fix": "substrate-dev-run-lint --fix"
14+
"lint:fix": "substrate-dev-run-lint --fix",
15+
"deploy": "yarn build && npm publish"
1516
},
1617
"keywords": [],
1718
"author": "Parity Technologies <[email protected]>",

0 commit comments

Comments
 (0)