Skip to content

Commit c3537f0

Browse files
authored
Develop (#86)
* Feature/fasting times (#79) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * Feature/fasting history (#81) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * fasting history added, navigation icon changes * fasting history added, navigation icon changes * fasting history added, navigation icon changes * Feature/fasting goals (#83) * Develop (#82) * Feature/fasting times (#79) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * Feature/fasting history (#81) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * fasting history added, navigation icon changes * fasting history added, navigation icon changes * fasting history added, navigation icon changes * Fasting goals and progress to goals added * Fasting goals and progress to goals added * rollback dependencies due to compatibility issues * rollback dependencies due to compatibility issues * Feature/fasting goals (#85) * Fasting goals and progress to goals added * Fasting goals and progress to goals added * rollback dependencies due to compatibility issues * rollback dependencies due to compatibility issues * modified package.json to be compatibl with expo and other module versions * modified package.json to be compatibl with expo and other module versions * modified package.json to be compatibl with expo and other module versions
1 parent 1678809 commit c3537f0

File tree

2 files changed

+2568
-1073
lines changed

2 files changed

+2568
-1073
lines changed

.github/workflows/CICD-Full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'npm'
2525

2626
- name: Install dependencies
27-
run: npm ci --legacy-peer-deps
27+
run: npm install --legacy-peer-deps
2828

2929
- name: ESLint
3030
run: npx eslint . --ext .js,.jsx,.ts,.tsx

0 commit comments

Comments
 (0)