Skip to content

Commit 6159035

Browse files
committed
Issue #453: Implement CSS/JS builder
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent e8fa274 commit 6159035

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm install
2828

2929
- name: Build assets
30-
run: npm run build
30+
run: npm run prod
3131

3232
- name: Audit dependencies
3333
run: npm audit --audit-level=critical

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Documentation is available at: https://docs.dotkernel.org/admin-documentation/
3737
[![codecov](https://codecov.io/gh/dotkernel/admin/graph/badge.svg?token=BQS43UWAM4)](https://codecov.io/gh/dotkernel/admin)
3838
[![Qodana](https://github.com/dotkernel/admin/actions/workflows/qodana_code_quality.yml/badge.svg?branch=7.0)](https://github.com/dotkernel/admin/actions/workflows/qodana_code_quality.yml)
3939
[![PHPStan](https://github.com/dotkernel/admin/actions/workflows/static-analysis.yml/badge.svg?branch=7.0)](https://github.com/dotkernel/admin/actions/workflows/static-analysis.yml)
40+
[![Build Assets](https://github.com/dotkernel/admin/actions/workflows/build-assets.yml/badge.svg?branch=7.0)](https://github.com/dotkernel/admin/actions/workflows/build-assets.yml)
4041

4142
## Getting Started
4243

0 commit comments

Comments
 (0)