Skip to content

Commit d84ef3a

Browse files
committed
Test against build
1 parent c1918e2 commit d84ef3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__tests__/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Capture } from "../src";
1+
import { Capture } from "../dist";
22

33
const capture = new Capture("test", "test");
44

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8+
"pretest": "tsc",
89
"test": "jest",
910
"build": "tsc",
1011
"prepublish": "tsc"

0 commit comments

Comments
 (0)