Action npm installation
parent
585748c12a
commit
ea1a86c8f1
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache: 'npm'
|
||||
|
||||
- name: Install node packages
|
||||
run: npm install
|
||||
run: npm run setup
|
||||
|
||||
- name: Generate api doc
|
||||
run: npm run apidoc
|
||||
|
|
|
@ -28,5 +28,5 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run setup
|
||||
npm run build:lib
|
||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run setup
|
||||
|
||||
- name: Lint Check
|
||||
if: ${{ success() }}
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Install packages
|
||||
run: |
|
||||
npm install
|
||||
npm run setup
|
||||
|
||||
- name: Code Format
|
||||
id: codeFormat
|
||||
|
|
Loading…
Reference in New Issue