Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
ci: update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itigoore01 committed Oct 2, 2019
1 parent 53ce5df commit a9bc7a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build

on: [push]

Expand All @@ -24,5 +24,7 @@ jobs:
npm test -- praparat --no-watch --no-progress --browsers=ChromeHeadlessCI
npm run build -- praparat
npm run build -- demo-app --prod
cp ./README.md ./dist/praparat
cp ./LICENSE ./dist/praparat
env:
CI: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Status](https://github.com/itigoore01/praparat/workflows/CI/badge.svg)
![](https://github.com/itigoore01/praparat/workflows/build/badge.svg)
[![npm version](https://badge.fury.io/js/praparat.svg)](https://badge.fury.io/js/praparat)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
4 changes: 0 additions & 4 deletions scripts/build.sh

This file was deleted.

0 comments on commit a9bc7a5

Please sign in to comment.