Action npm installation

pull/5880/head
tugcekucukoglu 2024-06-13 13:43:41 +03:00
parent 585748c12a
commit ea1a86c8f1
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -28,5 +28,5 @@ jobs:
- name: Build
run: |
npm install
npm run setup
npm run build:lib

View File

@ -26,7 +26,7 @@ jobs:
- name: Build
run: |
npm install
npm run setup
- name: Lint Check
if: ${{ success() }}

View File

@ -32,7 +32,7 @@ jobs:
- name: Install packages
run: |
npm install
npm run setup
- name: Code Format
id: codeFormat