This commit is contained in:
parent
7209bc9c70
commit
e1ca08db3a
@ -56,7 +56,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm i npm-run-all --save-dev
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: make web-build
|
run: make web-build
|
||||||
- name: Test frontend
|
- name: Test frontend
|
||||||
|
@ -3,7 +3,7 @@ all: add-copyright format lint build test
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
@npm run build
|
@npm install && npm run build
|
||||||
|
|
||||||
.PHONY: format
|
.PHONY: format
|
||||||
format: # format code.
|
format: # format code.
|
||||||
|
Loading…
Reference in New Issue
Block a user