Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Arylo committed Jun 21, 2019
1 parent 48f1d94 commit 49943e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -19,6 +19,7 @@ after_success:
before_deploy:
- lerna run clean
- lerna run build:prod
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
stages:
- lint
- test
Expand All @@ -36,8 +37,7 @@ jobs:
os: linux
deploy:
skip_cleanup: true
provider: npm
email: arylo.open+npm@gmail.com
api_key: "${NPM_TOKEN}"
"on":
provider: script
script: npx lerna publish
on:
branch: master
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -8,8 +8,7 @@
"test": "lerna run test",
"lint": "npm run lint:typescript && npm run lint:javascript",
"lint:typescript": "tslint packages/*/{lib,test}/**/*.ts",
"lint:javascript": "eslint ./**/*.js",
"publish": "leran publish"
"lint:javascript": "eslint ./**/*.js"
},
"keywords": [
"arylo",
Expand Down

0 comments on commit 49943e1

Please sign in to comment.