Quellcode durchsuchen

Fix build script

Giovanni Giordano vor 5 Jahren
Ursprung
Commit
9c101f4bd2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.github/workflows/deploy.yml

@@ -13,7 +13,7 @@ jobs:
     - name: Build
       run: |
         npm ci
-        npm RUN build
+        npm run build
 
     - name: Deploy
       uses: JamesIves/github-pages-deploy-action@releases/v3