0.2.4
This commit is contained in:
parent
b628ec769b
commit
cd24b40e3c
|
@ -16,7 +16,9 @@ jobs:
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
- name: Build Release 🔧
|
- name: Build Release 🔧
|
||||||
run: npm run build
|
run: |
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
env:
|
env:
|
||||||
CI: false # Do not treat warnings as errors
|
CI: false # Do not treat warnings as errors
|
||||||
PUBLIC_URL: ./
|
PUBLIC_URL: ./
|
||||||
|
@ -34,9 +36,7 @@ jobs:
|
||||||
run: mv build/release.zip ./
|
run: mv build/release.zip ./
|
||||||
|
|
||||||
- name: Build no-ga Release 🔧
|
- name: Build no-ga Release 🔧
|
||||||
run: |
|
run: npm run build
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
env:
|
env:
|
||||||
CI: false # Do not treat warnings as errors
|
CI: false # Do not treat warnings as errors
|
||||||
PUBLIC_URL: ./
|
PUBLIC_URL: ./
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "webmd",
|
"name": "webmd",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ffmpeg/ffmpeg": "0.6.1",
|
"@ffmpeg/ffmpeg": "0.6.1",
|
||||||
"@material-ui/core": "^4.11.2",
|
"@material-ui/core": "^4.11.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "webmd",
|
"name": "webmd",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ffmpeg/ffmpeg": "0.6.1",
|
"@ffmpeg/ffmpeg": "0.6.1",
|
||||||
|
|
Loading…
Reference in New Issue