Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 0ebdb95

Browse files
author
Martynas Žilinskas
authored
Feature: Updated CI configs and added badge. (#27)
1 parent 6a04bfc commit 0ebdb95

4 files changed

Lines changed: 7 additions & 45 deletions

File tree

.ci/dev-build.yml renamed to .ci/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ steps:
2727
npx lerna version 0.0.0-canary.$(git rev-parse --short HEAD) --no-push --no-git-tag-version --no-commit-hooks -y
2828
npm run pack
2929
displayName: "Set canary version and pack"
30+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
31+
32+
- script: |
33+
npm run pack
34+
displayName: "npm run pack"
3035
3136
- script: |
3237
mkdir $(Build.ArtifactStagingDirectory)/packages
File renamed without changes.

.ci/production-build.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @reactway/webpack-builder
22

3+
[![Build Status](https://img.shields.io/azure-devops/build/reactway/reactway/15/master.svg?logo=azuredevops)](https://dev.azure.com/reactway/ReactWay/_build/latest?definitionId=15&branchName=master)
4+
35
A tool to create webpack config easier using @reactway/webpack-builder plugins.
46

57
## Packages

0 commit comments

Comments
 (0)