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