Skip to content

Commit

Permalink
npm deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Nov 7, 2018
1 parent fa77910 commit 420c15f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ deploy:
skip_cleanup: true
email: alisahinozcelik@gmail.com
api_key: $NPM_TOKEN
before_script: npm run update-version $TRAVIS_TAG
on:
tags: true
repo: gen-tech/js-utils
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"prepare": "tsc",
"prepublish": "npm run update-version $TRAVIS_TAG",
"document": "typedoc --out docs --excludeNotExported --excludePrivate --disableOutputCheck --gitRevision master --exclude \"**/+(as-proto|as-static)/**/*ts\"",
"prepare-github-pages": "npm run document && echo \"\" > ./docs/.nojekyll",
"test": "nyc mocha --recursive --compilers ts:ts-node/register src/*.spec.ts src/**/*.spec.ts",
Expand Down

0 comments on commit 420c15f

Please sign in to comment.