Updating app version number
This commit is contained in:
1
.github/workflows/app_build.yaml
vendored
1
.github/workflows/app_build.yaml
vendored
@@ -42,7 +42,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
printenv
|
||||
pnpm --filter app build
|
||||
|
||||
- name: Deploy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "app",
|
||||
"private": true,
|
||||
"version": "0.0.35",
|
||||
"version": "0.0.36",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user