- add missing npm install
This commit is contained in:
@@ -21,7 +21,11 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
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