From 9439795577a3c547498871f19b9cdbcc87357b03 Mon Sep 17 00:00:00 2001 From: Ivan S Glazunov Date: Sun, 20 Oct 2024 15:49:35 +0000 Subject: [PATCH] 0.0.617 --- .gitpod.yml | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 85477d81..3d11564c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -28,4 +28,6 @@ tasks: - init: | npm ci npm run build - npm start -- --generate --up --snapshot \ No newline at end of file + npm start -- --generate + npm start -- --up + npm start -- --snapshot \ No newline at end of file diff --git a/package.json b/package.json index 21559c6a..85cf407b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deep-foundation/deeplinks", - "version": "0.0.616", + "version": "0.0.617", "license": "Unlicense", "type": "module", "main": "import.js",