Skip to content

Commit

Permalink
fix(npm): Fix problem releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Dec 27, 2018
1 parent abb7916 commit 6d09ca4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"docs:html": "typedoc src/ --exclude \"**/*+(e2e|spec|index).ts\" --target ES6 --mode file --out dist/docs",
"docs:docs": "node ./scripts/commitDocs || true",
"docs:gh-pages": "gh-pages -m \"docs(gh-pages) Update docs [ci skip]\" -d dist/docs || true",
"docs:generate": "run-p docs:md docs:html",
"docs:publish": "run-p docs:docs docs:gh-pages",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:tslint": "tslint --fix --project .",
Expand Down

0 comments on commit 6d09ca4

Please sign in to comment.