⚙️ modify pipeline

This commit is contained in:
2024-03-23 05:11:51 +05:30
parent 6d0f0117e5
commit 83d52b0fa7
2 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Install Fontawesome
run: npm install --save font-awesome
- name: Test build documents
run: yarn build
run: npm run build