Skip to content

Commit 7aad6b4

Browse files
authored
feat: Remove build from postinstall (#1055)
* feat: Remove build from postinstall * feat: Add changelog * feat: Update readme to clarify change
1 parent 06a9b94 commit 7aad6b4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG-prerelease.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7878
npm run test
7979

80-
# Run tests on one component
80+
# Build and run tests on one component
8181
npm run test [component-name(s)]
8282
```
8383

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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",

0 commit comments

Comments
 (0)