We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d604e4 commit 924fdf6Copy full SHA for 924fdf6
package.json
@@ -90,7 +90,7 @@
90
"start:cypress": "lerna run cypress:open",
91
"start:demo-app": "lerna run start:demo-app --stream",
92
"start:demo-app:hot": "lerna run start:demo-app:hot --stream",
93
- "test": "TZ=EST LC_ALL=en_US.UTF8 jest packages",
+ "test": "TZ=EST jest packages",
94
"test:a11y": "lerna run test:a11y --stream",
95
"test:integration": "yarn workspace @patternfly/react-integration test:integration",
96
"uninstall": "find . -name node_modules -type d | xargs rm -rf",
0 commit comments