Add prepare script
This commit is contained in:
parent
ec73164c0a
commit
01add08c15
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-plasma",
|
"name": "embark-plasma",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "OmiseGO Plasma plugin for Embark",
|
"description": "OmiseGO Plasma plugin for Embark",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -16,6 +16,7 @@
|
||||||
"ci": "npm run qa",
|
"ci": "npm run qa",
|
||||||
"clean": "npm run reset",
|
"clean": "npm run reset",
|
||||||
"package": "npm pack",
|
"package": "npm pack",
|
||||||
|
"prepare": "npm run build",
|
||||||
"qa": "npm-run-all build test package",
|
"qa": "npm-run-all build test package",
|
||||||
"reset": "npx rimraf .nyc_output build-test coverage dist embark-omg-*.tgz package",
|
"reset": "npx rimraf .nyc_output build-test coverage dist embark-omg-*.tgz package",
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
|
|
Loading…
Reference in New Issue