Caleb Porzio hace 4 años
padre
commit
3de42460ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

@@ -8,4 +8,4 @@ jobs:
       - uses: actions/setup-node@v2
         with:
           node-version: '15'
-      - run: npm run install && npm run build
+      - run: npm install && npm run build