Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit d0307e6

Browse files
committed
chore(ci-cd): Run build before running tests
1 parent 75b5230 commit d0307e6

File tree

3 files changed

+91
-34
lines changed

3 files changed

+91
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:e2e:nodejs": "cd test-e2e/nodejs/es6 && npm run test:ci",
3434
"test:e2e": "npm run test:e2e:browser && npm run test:e2e:nodejs",
3535
"test:e2e:ci": "npm run test:e2e:install && npm run test:e2e",
36-
"test:ci": "npm run test && npm run test:e2e:ci"
36+
"test:ci": "npm run build && npm run test && npm run test:e2e:ci"
3737
},
3838
"peerDependencies": {
3939
"@data-provider/core": "^1.7.0"

test-e2e/browser/react-app/package-lock.json

Lines changed: 60 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)