Skip to content

Commit

Permalink
Fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jan 17, 2024
1 parent 7e9ea66 commit 9364cd7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: "18"
registry-url: https://registry.npmjs.org/

- run: npm ci
- run: npm i

- run: npm start

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
restore-keys: |
${{ matrix.os }}-release-
- run: npm ci
- run: npm i

- run: npm start

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
restore-keys: |
${{ runner.os }}-release-
- run: npm ci
- run: npm i
shell: powershell

- run: npm start
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
restore-keys: |
${{ runner.os }}-release-
- run: npm ci
- run: npm i
shell: cmd

- run: npm start
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
${{ runner.os }}-release-
- run: |
npm ci
npm i
- name: Preparing the Cypress config
run: |
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/

- run: npm ci
- run: npm i

- run: npm start

Expand Down
29 changes: 12 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,17 @@
"type": "git",
"url": "https://github.com/estruyf/doctor.git"
},
"maintainers": [
{
"name": "Elio Struyf",
"email": "elio@struyfconsulting.be",
"url": "https://www.eliostruyf.com"
}
],
"contributors": [
{
"name": "Elio Struyf",
"email": "elio@struyfconsulting.be",
"url": "https://www.eliostruyf.com"
}
],
"funding": [
{
"maintainers": [{
"name": "Elio Struyf",
"email": "elio@struyfconsulting.be",
"url": "https://www.eliostruyf.com"
}],
"contributors": [{
"name": "Elio Struyf",
"email": "elio@struyfconsulting.be",
"url": "https://www.eliostruyf.com"
}],
"funding": [{
"type": "github",
"url": "https://github.com/sponsors/estruyf"
},
Expand Down Expand Up @@ -111,4 +106,4 @@
"rxjs": "6.6.6",
"uuid": "^9.0.1"
}
}
}

1 comment on commit 9364cd7

@vercel
Copy link

@vercel vercel bot commented on 9364cd7 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doctor – ./

doctor-estruyf.vercel.app
doctor-seven.vercel.app
getdoctor.io
doctor-git-main-estruyf.vercel.app

Please sign in to comment.