From 7426fae83ed5ee469bd359c5be451588cd2a509e Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 7 Feb 2021 17:23:51 +0100 Subject: [PATCH] Removed package building before testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c7786b..b8cfa6c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build:examples": "cd examples && npm run build", "build:spec": "rm -rf ./spec/*.js && npx tsc", "prepublishOnly": "npm run build", - "test": "npm run build:spec && npm run build:src && jasmine spec/*.js", + "test": "npm run build:spec && jasmine spec/*.js", "example": "npm run build:src && npm --prefix examples run example" }, "author": "Alexander Patrick Cerutti",