remove --ignore-scripts for backend temporary

This commit is contained in:
Maidul Islam
2023-01-02 11:26:27 -05:00
parent 0aff94cfb3
commit 408eb482f1

View File

@@ -24,7 +24,7 @@ jobs:
cache: "npm"
cache-dependency-path: backend/package-lock.json
- name: 📦 Install dependencies
run: npm ci --only-production --ignore-scripts
run: npm ci --only-production
working-directory: backend
- name: 🧪 Run tests
run: npm run test:ci