From 04aa6395355770705d8d465b2ef5666bc954bd1f Mon Sep 17 00:00:00 2001 From: Lawrence Ephrim Date: Mon, 8 Jul 2024 12:16:02 +0000 Subject: [PATCH] ci: update npm install script --- .github/workflows/npm-deploy.yaml | 2 +- src/sessions/postgresql.session.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-deploy.yaml b/.github/workflows/npm-deploy.yaml index 2052035..adb248d 100644 --- a/.github/workflows/npm-deploy.yaml +++ b/.github/workflows/npm-deploy.yaml @@ -40,7 +40,7 @@ jobs: - name: Build package run: | - npm ci --legacy-peer-deps + npm install npm run bundle - name: Create release diff --git a/src/sessions/postgresql.session.ts b/src/sessions/postgresql.session.ts index 2702866..8e00dc2 100644 --- a/src/sessions/postgresql.session.ts +++ b/src/sessions/postgresql.session.ts @@ -1,6 +1,6 @@ import { State } from "@src/models"; import { BaseSession } from "./base.session"; -import { SQLSessionOptions } from "@src/types"; +import type { SQLSessionOptions } from "@src/types"; /** * PostgreSQL session manager