remove install

This commit is contained in:
Dror Gluska
2019-07-05 23:32:53 +03:00
parent 63817068a8
commit 593c24b5ba
2 changed files with 1 additions and 2 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "xml-streamer",
"name": "@drorgl/xml-streamer",
"version": "0.3.0",
"lockfileVersion": 1,
"requires": true,

View File

@@ -53,7 +53,6 @@
"dryrun": "tsc -noEmit",
"build": "tsc",
"prepublish": "rimraf ./dist && npm run lint && npm run dryrun && npm run test && npm run build",
"install": "npm run build",
"coverage": "rimraf ./.nyc_output && rimraf ./coverage && nyc mocha -r ts-node/register -r source-map-support/register --ui bdd test/**/*.spec.{ts,tsx}\"",
"doc": "rimraf ./docs && typedoc",
"publish-now": "npm publish --access public"