Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG-prerelease.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Prerelease 56 ( TBD )

- [](https://github.com/patternfly/patternfly-elements/commit/) fix: move visual regression testing to merge script
- [06a9b94](https://github.com/patternfly/patternfly-elements/commit/06a9b94505d1471d899f1db9704727c5a249a489) fix: move visual regression testing to merge script
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: Remove build from postinstall

## Prerelease 55 ( 2020-08-19 )

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ npm run live-demo [component-name(s)]
### Testing

```shell
# Run tests on all components
# Build and run tests on all components
npm run test

# Run tests on one component
# Build and run tests on one component
npm run test [component-name(s)]
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bootstrap": "lerna bootstrap --hoist",
"deploy-docs": "bash scripts/deploy-docs.sh",
"release": "bash scripts/release.sh",
"postinstall": "npm run bootstrap && npm run build",
"postinstall": "npm run bootstrap",
"test-suite-inject": "node scripts/test-suite-inject.js",
"doc-listing-inject": "npm run leftover-check && node scripts/doc-listing-inject.js",
"license-update": "node scripts/license-update.js",
Expand Down