Skip to content

Commit 7440897

Browse files
committed
fix
1 parent 4cce5b2 commit 7440897

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/nodeci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node-version}}
25-
# - name: Install
26-
# run: make install
25+
- name: Install
26+
run: make install
2727
- name: Run linter
2828
run: make lint-frontend
2929
# - name: Run tests

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ deploy:
1212

1313
lint-frontend:
1414
make -C frontend lint
15+
16+
install:
17+
make -С frontend install

0 commit comments

Comments
 (0)