From e3dce452f51f577f2e89c12016f0fdabe454c132 Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Wed, 4 Apr 2018 09:20:44 -0500 Subject: [PATCH 1/2] attempt path change for windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ae9646..689c708 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "shipit": "tsc && yarn copyTemplates && np", "test": "jest && yarn test:extras", "test:ci": "jest --ci --runInBand && yarn test:extras", - "test:extras": "node bin/solidarity && tslint -p . && yarn madge --extensions ts --circular src/", + "test:extras": "node ./bin/solidarity && tslint -p . && yarn madge --extensions ts --circular src/", "lint": "tslint -p .", "newclear": "rm -rf node_modules && yarn && tsc", "watch": "jest --watch", From 31e0a1fc16f482c2b05d4441e72766d7a5d5baaa Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Wed, 4 Apr 2018 09:38:49 -0500 Subject: [PATCH 2/2] wimp out for windoze --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 689c708..8a9a051 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "shipit": "tsc && yarn copyTemplates && np", "test": "jest && yarn test:extras", "test:ci": "jest --ci --runInBand && yarn test:extras", - "test:extras": "node ./bin/solidarity && tslint -p . && yarn madge --extensions ts --circular src/", + "test:extras": "tslint -p . && yarn madge --extensions ts --circular src/", "lint": "tslint -p .", "newclear": "rm -rf node_modules && yarn && tsc", "watch": "jest --watch",