Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
chore: 🔧 cicd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nxzq committed Sep 22, 2023
1 parent b015401 commit ee48daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
node-version: 16
- name: Install and Build 🔧
run: |
npm ci --ignore-scripts --no-audit --no-fund --no-progress --prefer-offline
cd modules
cd generator
npm ci --ignore-scripts --no-audit --no-fund --no-progress --prefer-offline
npm run build
cd ..
cd app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
node-version: 16
- name: Test 🧪
run: |
npm ci --ignore-scripts --no-audit --no-fund --no-progress --prefer-offline
cd modules
cd generator
npm ci --ignore-scripts --no-audit --no-fund --no-progress --prefer-offline
npm run test:coverage
- name: Bundle 📦
run: |
Expand Down

0 comments on commit ee48daa

Please sign in to comment.