Skip to content

Commit f3add97

Browse files
author
Ives van Hoorne
committed
Build api before linting
1 parent a9d5247 commit f3add97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"start:test":
176176
"cross-env LOCAL_SERVER=1 NODE_ENV=test node scripts/start.js",
177177
"build": "cross-env NODE_ENV=production node scripts/build.js && gulp",
178-
"test": "npm run lint && jest --env=jsdom",
178+
"test": "lerna run build --ignore app && npm run lint && jest --env=jsdom",
179179
"test:watch": "jest --watch --env=jsdom",
180180
"test:integrations":
181181
"jest --config integration-tests/jest.config.json --env=jsdom",

0 commit comments

Comments
 (0)