Skip to content

Commit f8fed2a

Browse files
MarcachipsMarcachips
authored andcommitted
chore(release): v1.5.1
1 parent d1ea460 commit f8fed2a

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/klientjs/open-stack-cli/compare/1.5.0...1.5.1) (2023-05-19)
4+
5+
6+
### Features
7+
8+
* update react-app test scripts for better console output ([d1ea460](https://github.com/klientjs/open-stack-cli/commit/d1ea46059f179862e1d7ec6fce8cf7bb066d83c1))
9+
310
# [1.5.0](https://github.com/klientjs/open-stack-cli/compare/1.4.3...1.5.0) (2023-05-19)
411

512

dist/cjs/commands/setup/middlewares/react-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const pkg = {
3131
'react-scripts': reactScriptVersion
3232
},
3333
scripts: {
34-
test: 'react-scripts test --collectCoverage --coverageReporters json-summary --coverageReporters lcov --watchAll=false',
34+
test: 'react-scripts test --coverage --coverageReporters json-summary lcov text text-summary --watchAll=false --passWithNoTests',
3535
dist: 'rm -rf dist/* && BUILD_PATH=dist react-scripts build',
3636
start: 'react-scripts start'
3737
},

dist/esm/commands/setup/middlewares/react-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const pkg = {
2929
'react-scripts': reactScriptVersion
3030
},
3131
scripts: {
32-
test: 'react-scripts test --collectCoverage --coverageReporters json-summary --coverageReporters lcov --watchAll=false',
32+
test: 'react-scripts test --coverage --coverageReporters json-summary lcov text text-summary --watchAll=false --passWithNoTests',
3333
dist: 'rm -rf dist/* && BUILD_PATH=dist react-scripts build',
3434
start: 'react-scripts start'
3535
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"open-stack",
77
"cli"
88
],
9-
"version": "1.5.0",
9+
"version": "1.5.1",
1010
"license": "MIT",
1111
"main": "./dist/cjs/index.js",
1212
"types": "./dist/cjs/index.d.ts",

0 commit comments

Comments
 (0)