Add prepare script

This commit is contained in:
emizzle 2019-06-19 13:03:37 +10:00
parent ec73164c0a
commit 01add08c15
No known key found for this signature in database
GPG Key ID: 1FD4BAB3C37EE9BA
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "embark-plasma",
"version": "1.0.1",
"version": "1.0.2",
"description": "OmiseGO Plasma plugin for Embark",
"main": "dist/index.js",
"files": [
@ -16,6 +16,7 @@
"ci": "npm run qa",
"clean": "npm run reset",
"package": "npm pack",
"prepare": "npm run build",
"qa": "npm-run-all build test package",
"reset": "npx rimraf .nyc_output build-test coverage dist embark-omg-*.tgz package",
"start": "npm run watch",