- add missing npm install
This commit is contained in:
@@ -22,6 +22,10 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install NPM
|
||||
run: |
|
||||
npm install
|
||||
|
||||
- name: Run NPM
|
||||
run: |
|
||||
npm run all
|
||||
|
||||
Reference in New Issue
Block a user