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