force npm

This commit is contained in:
Viktor Rådberg
2023-08-03 15:39:57 +02:00
parent 763b7ade58
commit c6adbbcdba
4 changed files with 2270 additions and 2362 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install && npm run build
- run: npm install --force && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install && npm run build
- run: npm install --force && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'

View File

@@ -6,9 +6,9 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.6",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@mui/material": "^5.14.3",
"@types/node": "^20.4.6",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.0.0",
"firebase-tools": "^12.4.7",
"gh-pages": "^5.0.0",
@@ -17,13 +17,13 @@
"react-dom": "^18.2.0",
"react-screen-wake-lock": "^3.0.1",
"react-scripts": "5.0.1",
"styled-components": "^6.0.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
"styled-components": "^6.0.7",
"typescript": "^5.1.6",
"web-vitals": "^3.4.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"deploy": "yarn firebase deploy",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
@@ -49,6 +49,6 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "2.8.8"
"prettier": "3.0.1"
}
}

4612
yarn.lock

File diff suppressed because it is too large Load Diff