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' cache: 'npm'
- name: Install node packages - name: Install node packages
run: npm install run: npm run setup
- name: Generate api doc - name: Generate api doc
run: npm run apidoc run: npm run apidoc

View File

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

View File

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

View File

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