mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 13:03:11 +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.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
./scripts/release-edge
|
||||
branches:
|
||||
only:
|
||||
- dev
|
||||
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
@ -124,3 +120,7 @@ workflows:
|
||||
- lint
|
||||
- test-unit
|
||||
- test-e2e
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- dev
|
||||
|
Loading…
Reference in New Issue
Block a user