up version

This commit is contained in:
Бурденко Алексей
2025-07-28 15:46:14 +03:00
parent a75a69d522
commit a76020874c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
0.0.1 0.0.2
+1
View File
@@ -15,6 +15,7 @@ develop:npm:
- export PRODUCT_VERSION=$(node -p "require('./package.json').version") - export PRODUCT_VERSION=$(node -p "require('./package.json').version")
- echo PRODUCT_VERSION="$PRODUCT_VERSION" >> .env - echo PRODUCT_VERSION="$PRODUCT_VERSION" >> .env
- echo PRODUCT="$PRODUCT_PROD" >> .env - echo PRODUCT="$PRODUCT_PROD" >> .env
- export VITE_NEW_VERSION="true"
- npm install - npm install
- npm run build - npm run build
artifacts: artifacts:
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "docs", "name": "docs",
"version": "0.5.0", "version": "0.6.0",
"description": "Vega docs portal", "description": "Vega docs portal",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {