We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9450e1 commit 605486bCopy full SHA for 605486b
3 files changed
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
- run: npm ci
24
- - run: npm run build
25
- run: npm test run
+ - run: npm run build
.github/workflows/release.yml
@@ -17,8 +17,8 @@ jobs:
17
node-version: 18
18
registry-url: "https://registry.npmjs.org"
19
20
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
test/index.test.ts
@@ -7,7 +7,7 @@ import {
7
StartQueryExecutionCommand,
8
} from "@aws-sdk/client-athena";
9
import { mockClient } from "aws-sdk-client-mock";
10
-import AthenaQuery from "..";
+import AthenaQuery from "../index";
11
12
const athenaMock = mockClient(AthenaClient);
13
0 commit comments