Skip to content

Commit

Permalink
fix: yarn script (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Mar 5, 2020
1 parent a19e8cb commit 3f19826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pre-release
name: prerelease

on:
push:
Expand All @@ -21,4 +21,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_PUBLISH" >> .npmrc
yarn lerna publish --canary --dist-tag next --no-push --no-git-tag-version --yes
yarn run prerelease
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"format": "prettier --write \"**/*.{scss,css,js,md}\"",
"lint:js": "eslint . --fix",
"lint:scss": "stylelint \"packages/**/*.scss\" --fix",
"prerelease": "lerna publish --canary minor --dist-tag next --no-push --no-git-tag-version --yes",
"release": "lerna version --conventional-commits --create-release github --git-remote upstream"
},
"eslintIgnore": [
Expand Down

1 comment on commit 3f19826

@vercel
Copy link

@vercel vercel bot commented on 3f19826 Mar 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.