mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix circleci
This commit is contained in:
parent
731ce56067
commit
06756f5216
@ -29,24 +29,29 @@ jobs:
|
||||
|
||||
lint:
|
||||
<<: *defaults
|
||||
- run:
|
||||
steps:
|
||||
- run:
|
||||
name: ESLint
|
||||
command: yarn lint
|
||||
|
||||
build:
|
||||
<<: *defaults
|
||||
- run:
|
||||
name: Build Fixtures
|
||||
command: yarn build-fixtures
|
||||
steps:
|
||||
- run:
|
||||
name: Build Fixtures
|
||||
command: yarn build-fixtures
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
- run:
|
||||
name: Test
|
||||
command: yarn jest test/
|
||||
steps:
|
||||
- run:
|
||||
name: Test
|
||||
command: yarn jest test/
|
||||
|
||||
release:
|
||||
- run:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- run:
|
||||
name: release
|
||||
command: |
|
||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user