Rebuild with npm instead of yarn for auto-builds

This commit is contained in:
Frikky
2023-08-24 10:39:41 +02:00
parent 079fc9e1cd
commit 90eccc2587
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
yarn run build
npm run build
rm -rf ../backend/go-app/build
cp -r build/ ../backend/go-app/build
+2 -2
View File
@@ -78,7 +78,7 @@
"styled-components": "^4.4.0",
"yaml": "^1.7.2",
"yamljs": "^0.3.0",
"zone.js": "^0.13.1"
"zone.js": "^0.13.1",
"webpack": "^5.88.2"
},
"scripts": {
@@ -111,6 +111,6 @@
"promise-window": "^1.2.1",
"react-16": "npm:react@16.13.1",
"react-dom-16": "npm:react-dom@16.13.1",
"react-error-overlay": "6.0.9",
"react-error-overlay": "6.0.9"
}
}