Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davej committed Nov 3, 2024
1 parent 25da583 commit 110edba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm build
- run: node ./lib/index.js
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions src/start.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Command } from "@commander-js/extra-typings";
import { createServer } from "./server.js";
import {
notaryToolApiKeyCredentialsSchema,
notaryToolPasswordCredentialsSchema,
} from "./routes/getNotarizationCredentials.js";
import { notaryToolPasswordCredentialsSchema } from "./routes/getNotarizationCredentials.js";
import { formatMaybeZodError } from "./utils.js";

export type macNotarizationOptions = {
Expand Down

0 comments on commit 110edba

Please sign in to comment.