Skip to content

Commit 1928228

Browse files
can do it, i can do it
1 parent 9ad5af7 commit 1928228

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
registry-url: "https://registry.npmjs.org"
2222

2323
- run: npm ci
24+
- run: npm run type-check
2425
- run: npm test
2526
- run: npm run build
2627

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"LICENSE"
3333
],
3434
"scripts": {
35+
"type-check": "tsc --noEmit",
3536
"build": "vite build",
3637
"test": "vitest --disable-console-intercept",
3738
"test:update": "vitest -u",

src/works/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import {
4747
parseArchiveId,
4848
isValidArchiveIdOrNullish,
4949
} from "src/utils";
50-
import { getWorkUrl } from "../../dist/urls";
5150

5251
export const getWork = async ({
5352
workId,

0 commit comments

Comments
 (0)