File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11## Prerelease 56 ( TBD )
22
3- - [ ] ( https://github.com/patternfly/patternfly-elements/commit/ ) fix: move visual regression testing to merge script
3+ - [ 06a9b94] ( https://github.com/patternfly/patternfly-elements/commit/06a9b94505d1471d899f1db9704727c5a249a489 ) fix: move visual regression testing to merge script
4+ - [ ] ( https://github.com/patternfly/patternfly-elements/commit/ ) feat: Remove build from postinstall
45
56## Prerelease 55 ( 2020-08-19 )
67
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ npm run live-demo [component-name(s)]
7474### Testing
7575
7676``` shell
77- # Run tests on all components
77+ # Build and run tests on all components
7878npm run test
7979
80- # Run tests on one component
80+ # Build and run tests on one component
8181npm run test [component-name(s)]
8282```
8383
Original file line number Diff line number Diff line change 2020 "bootstrap" : " lerna bootstrap --hoist" ,
2121 "deploy-docs" : " bash scripts/deploy-docs.sh" ,
2222 "release" : " bash scripts/release.sh" ,
23- "postinstall" : " npm run bootstrap && npm run build " ,
23+ "postinstall" : " npm run bootstrap" ,
2424 "test-suite-inject" : " node scripts/test-suite-inject.js" ,
2525 "doc-listing-inject" : " npm run leftover-check && node scripts/doc-listing-inject.js" ,
2626 "license-update" : " node scripts/license-update.js" ,
You can’t perform that action at this time.
0 commit comments