Skip to content

Commit 382724e

Browse files
author
Inventam
committed
edityml
1 parent 8621824 commit 382724e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
# INSTALL + BUILD
4646
# -------------------------
4747
- name: Install dependencies
48-
run: npm install --legacy-peer-deps
48+
run: npm install
4949

5050
- name: Build project
5151
run: |
52-
npm run build
52+
npm start
5353
5454
5555

0 commit comments

Comments
 (0)