Skip to content

Commit d6dc0f4

Browse files
chore(build): remove pretest script (#5127)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent affa83e commit d6dc0f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/build/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"prebuild": "rm -rf lib",
2525
"postbuild": "npx copyfiles \"src/**/*.yml\" lib/ -u 1",
2626
"build": "tsc",
27-
"pretest": "tsd .",
2827
"test": "ava",
2928
"test:dev": "ava -w",
3029
"test:ci": "c8 -r lcovonly -r text -r json ava",

0 commit comments

Comments
 (0)