This commit is contained in:
Stefano Brilli 2021-08-24 14:38:30 +02:00
parent b628ec769b
commit cd24b40e3c
3 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v2.3.1
- name: Build Release 🔧
run: npm run build
run: |
npm install
npm run build
env:
CI: false # Do not treat warnings as errors
PUBLIC_URL: ./
@ -34,9 +36,7 @@ jobs:
run: mv build/release.zip ./
- name: Build no-ga Release 🔧
run: |
npm install
npm run build
run: npm run build
env:
CI: false # Do not treat warnings as errors
PUBLIC_URL: ./

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "webmd",
"version": "0.2.3",
"version": "0.2.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.2.3",
"version": "0.2.4",
"dependencies": {
"@ffmpeg/ffmpeg": "0.6.1",
"@material-ui/core": "^4.11.2",

View File

@ -1,6 +1,6 @@
{
"name": "webmd",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"dependencies": {
"@ffmpeg/ffmpeg": "0.6.1",