@@ -20,6 +20,7 @@ jobs:
- name: Install and Build 🏭
run: |
npm ci
+ npm pre-build
npm run build-ci
- name: Deploy 📦