mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Deploy v2
This commit is contained in:
parent
0b99f1c35e
commit
0c3a1a260c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-deploy.yml
vendored
4
.github/workflows/build-deploy.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 13.x
|
node-version: 13.x
|
||||||
|
|
||||||
- name: Install NPM packages
|
- name: Install Yarn packages
|
||||||
run: npm ci
|
run: yarn install
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
Loading…
Reference in a new issue