cdk8s-image
Advanced tools
Comparing version 0.1.84 to 0.1.85
@@ -49,2 +49,12 @@ { | ||
}, | ||
"test:compile": { | ||
"name": "test:compile", | ||
"category": "10.test", | ||
"description": "compiles the test code", | ||
"steps": [ | ||
{ | ||
"exec": "tsc --noEmit --project tsconfig.jest.json" | ||
} | ||
] | ||
}, | ||
"test": { | ||
@@ -59,2 +69,5 @@ "name": "test", | ||
{ | ||
"spawn": "test:compile" | ||
}, | ||
{ | ||
"exec": "jest --passWithNoTests --all --updateSnapshot" | ||
@@ -61,0 +74,0 @@ }, |
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.1.85](https://github.com/eladb/cdk8s-image/compare/v0.1.84...v0.1.85) (2020-12-28) | ||
### [0.1.84](https://github.com/eladb/cdk8s-image/compare/v0.1.82...v0.1.84) (2020-12-26) | ||
@@ -7,0 +9,0 @@ |
@@ -14,2 +14,3 @@ { | ||
"compile": "npx projen compile", | ||
"test:compile": "npx projen test:compile", | ||
"test": "npx projen test", | ||
@@ -53,3 +54,3 @@ "build": "npx projen build", | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.9.1", | ||
"projen": "^0.9.2", | ||
"standard-version": "^9.0.0", | ||
@@ -71,3 +72,3 @@ "ts-jest": "^26.1.0", | ||
"license": "Apache-2.0", | ||
"version": "0.1.84", | ||
"version": "0.1.85", | ||
"jest": { | ||
@@ -74,0 +75,0 @@ "clearMocks": true, |
{ | ||
"version": "0.1.84" | ||
"version": "0.1.85" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42675
326