We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cce5b2 commit 7440897Copy full SHA for 7440897
2 files changed
.github/workflows/nodeci.yml
@@ -22,8 +22,8 @@ jobs:
22
uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node-version}}
25
- # - name: Install
26
- # run: make install
+ - name: Install
+ run: make install
27
- name: Run linter
28
run: make lint-frontend
29
# - name: Run tests
Makefile
@@ -12,3 +12,6 @@ deploy:
12
13
lint-frontend:
14
make -C frontend lint
15
+
16
+install:
17
+ make -С frontend install
0 commit comments