We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d5247 commit f3add97Copy full SHA for f3add97
package.json
@@ -175,7 +175,7 @@
175
"start:test":
176
"cross-env LOCAL_SERVER=1 NODE_ENV=test node scripts/start.js",
177
"build": "cross-env NODE_ENV=production node scripts/build.js && gulp",
178
- "test": "npm run lint && jest --env=jsdom",
+ "test": "lerna run build --ignore app && npm run lint && jest --env=jsdom",
179
"test:watch": "jest --watch --env=jsdom",
180
"test:integrations":
181
"jest --config integration-tests/jest.config.json --env=jsdom",
0 commit comments