1
0
Caleb Porzio 3 жил өмнө
parent
commit
3de42460ff

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

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