This commit is contained in:
Aleksandr Kraiz
2023-02-10 18:01:41 +04:00
parent 26bb95637a
commit ee4ef02c0d
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '17.x'
- run: npm ci
- run: HUSKY=0 npm ci
- run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '17.x'
- run: npm ci
- run: HUSKY=0 npm ci
- run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com