mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
fix circleci
This commit is contained in:
parent
6b30dd2cc6
commit
a0c04c8bc3
@ -91,10 +91,6 @@ jobs:
|
|||||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
./scripts/release-edge
|
./scripts/release-edge
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- dev
|
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
@ -124,3 +120,7 @@ workflows:
|
|||||||
- lint
|
- lint
|
||||||
- test-unit
|
- test-unit
|
||||||
- test-e2e
|
- test-e2e
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
|
Loading…
Reference in New Issue
Block a user