0.2.4
This commit is contained in:
parent
b628ec769b
commit
cd24b40e3c
|
@ -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: ./
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webmd",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@ffmpeg/ffmpeg": "0.6.1",
|
||||
|
|
Loading…
Reference in New Issue