@elliemae/ds-typescript-helpers
Advanced tools
Comparing version 3.33.0-next.5 to 3.33.0-next.6
{ | ||
"name": "@elliemae/ds-typescript-helpers", | ||
"version": "3.33.0-next.5", | ||
"version": "3.33.0-next.6", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "description": "ICE MT - Dimsum - Typescript helpers", | ||
"@elliemae/pui-cli": "~9.0.0-next.31", | ||
"@elliemae/ds-monorepo-devops": "3.33.0-next.5" | ||
"@elliemae/ds-monorepo-devops": "3.33.0-next.6" | ||
}, | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch", | ||
"test": "pui-cli test --passWithNoTests", | ||
"test": "pui-cli test --passWithNoTests --coverage=\"false\"", | ||
"lint": "node ../../../scripts/lint.mjs", | ||
@@ -48,0 +48,0 @@ "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/", |
48709