Skip to content

Commit

Permalink
fix(npm): Fix problem releasing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Dec 27, 2018
1 parent df98058 commit de0ab4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@
"docs:html": "typedoc src/ --exclude **/*.spec.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 .",
"lint": "run-s -c lint:*",
"lint:prettier": "prettier \"src/**/*.ts\" --list-different",
"lint:tslint": "tslint --project .",
"release": "run-s release:prepare release:semantic",
"release:prepare": "run-s docs:generate docs:publish",
"release:prepare": "run-s docs:docs docs:gh-pages",
"release:semantic": "semantic-release || true",
"test": "jest",
"test:watch": "jest --watch"
Expand Down

0 comments on commit de0ab4c

Please sign in to comment.