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