mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 11:03:57 +03:00
Build all before releasing
This commit is contained in:
parent
b725a3af51
commit
c283d4272f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: changesets/action@v1
|
||||
with:
|
||||
version: yarn changeset version
|
||||
publish: yarn changeset publish
|
||||
publish: yarn release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"build:all": "lerna run build",
|
||||
"lint:all": "lerna run lint",
|
||||
"test:all": "lerna run test",
|
||||
"format:check": "prettier --check ."
|
||||
"format:check": "prettier --check .",
|
||||
"release": "yarn build:all && changeset publish"
|
||||
},
|
||||
"workspaces": [
|
||||
"extension",
|
||||
|
|
Loading…
Reference in New Issue
Block a user