mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
refactor(ci): make edge publish quiet
This commit is contained in:
parent
1c15fbeec0
commit
0da5227358
@ -119,7 +119,7 @@ jobs:
|
|||||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
yarn release --yes
|
yarn release --yes
|
||||||
PACKAGE_SUFFIX=edge yarn build
|
PACKAGE_SUFFIX=edge yarn build
|
||||||
./scripts/workspace-run npm publish
|
./scripts/workspace-run npm publish -q
|
||||||
|
|
||||||
# Workflow definition
|
# Workflow definition
|
||||||
workflows:
|
workflows:
|
||||||
|
Loading…
Reference in New Issue
Block a user