forked from external-repos/LifeTrinket
force npm
This commit is contained in:
2
.github/workflows/firebase-hosting-merge.yml
vendored
2
.github/workflows/firebase-hosting-merge.yml
vendored
@@ -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 }}'
|
||||
|
||||
@@ -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 }}'
|
||||
|
||||
16
package.json
16
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user