We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fd367 commit ff5d75eCopy full SHA for ff5d75e
package.json
@@ -11,7 +11,8 @@
11
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc",
12
"start": "yarn build && node ./build/createRegistry.js",
13
"lint": "substrate-dev-run-lint",
14
- "lint:fix": "substrate-dev-run-lint --fix"
+ "lint:fix": "substrate-dev-run-lint --fix",
15
+ "deploy": "yarn build && npm publish"
16
},
17
"keywords": [],
18
"author": "Parity Technologies <[email protected]>",
0 commit comments