This commit is contained in:
Tsvetomir Tsonev 2021-03-30 11:49:29 +03:00
Родитель 7755f56dc0
Коммит 81c00493fe
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/cd.yml поставляемый
Просмотреть файл

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0 # Fetch all branches
- name: Install modules
run: npm install --no-audit --ignore-scripts
run: npm install --no-audit
- name: Build package
run: npm run build-package