Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Commit 5592f94

Browse files
authored
pipeline: test full build in travis to detect feature issues with cra (#85)
1 parent 5e9e513 commit 5592f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ script:
1212
- npx stylelint './src/**/*.js'
1313
- npx eslint ./src
1414
- npx react-scripts test --coverage
15+
- npm run build
1516
- npm audit
1617
after_success:
1718
- npx codecov

0 commit comments

Comments
 (0)