This commit is contained in:
Aleksandr Kraiz
2023-02-10 18:23:34 +04:00
parent 1a08851489
commit 2b81fd88c2
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
node-version: '18.x'
- run: npm ci
- run: npm build
- run: npm run build
- run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com

View File

@@ -13,7 +13,7 @@ jobs:
with:
node-version: '18.x'
- run: npm ci
- run: npm build
- run: npm run build
- run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com