Skip to content

Commit

Permalink
ci: update npm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ephrimlawrence committed Jul 8, 2024
1 parent f9d55a3 commit 04aa639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build package
run: |
npm ci --legacy-peer-deps
npm install
npm run bundle
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion src/sessions/postgresql.session.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04aa639

Please sign in to comment.