Skip to content

Commit

Permalink
revert to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalonsoms committed Apr 23, 2024
1 parent 8a7d5bc commit 7220841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Deploy app
run: |
npm i && npm run deploy
npm ci && npm run deploy
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"overrides": {
"string-width": "4.2.3"
}
}

0 comments on commit 7220841

Please sign in to comment.