From d3b62dc3785a50776369aa47bc2244c896ff2bdc Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 18 Feb 2024 11:11:32 +1300 Subject: [PATCH] fix: remove tests from published package (#1003) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09d3d92b..e4aa30d8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "demo/runkit.js" ], "scripts": { - "build": "tsc -p .", + "build": "tsc -p . && rimraf --glob lib/__tests__ 'lib/**/__tests__'", "build:webfs": "NODE_ENV=production webpack --config ./src/webfs/webpack.config.js", "clean": "rimraf lib types", "demo:crud-and-cas": "webpack serve --config ./demo/crud-and-cas/webpack.config.js",