From 1513f59d37f1b2e7541682fa2bf6ef4d1159827e Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:17:24 +1000 Subject: [PATCH] 2.5.13 - Fix extra files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75c0c28ec..14b1da606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oldschooljs", - "version": "2.5.12", + "version": "2.5.13", "description": "Allows you to interact with the OSRS Hiscores, Wiki, Items, & more.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -10,7 +10,7 @@ "url": "git+https://github.com/oldschoolgg/oldschooljs.git" }, "scripts": { - "test": "tsc -p src && concurrently \"yarn test:lint\" \"yarn test:unit\" \"tsc -p test\"", + "test": "tsc --noEmit -p src && concurrently \"yarn test:lint\" \"yarn test:unit\" \"tsc --noEmit -p test\"", "test:unit": "vitest run --coverage", "build": "tsc -p src && tsx scripts/minifyDist.ts", "prepare": "tsx scripts/prepare",