From 21ea7ad47774ab013d9581b30e084b83eacb293c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 9 May 2019 17:18:47 -0700 Subject: [PATCH] Try running screenshot tests on Travis --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9282aecd..dfe08e1f 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "stats": "webpack --config=demo/config/webpack.prod.js --json > stats.json", "stats-library": "webpack --config=config/webpack.library.js --json > stats.json", "test": "jest --projects config/jest.unit.js", - "travis-tests": "npm run test && npm run test && npm run type-check && npm run build && npm run build-library && npm run weight", + "travis-tests": "npm run integration-tests", "tdd": "jest --projects config/jest.unit.js --watch", "format": "prettier --write \"**/*.{js,ts,tsx,d.ts,css}\"", - "integration-tests": "npm run build -- --display=errors-only && jest --projects config/jest.integration.js", + "integration-tests": "npm run build -- --display=errors-only && jest --projects config/jest.integration.js --runInBand", "build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .", "build-skin-png": "rm skins/base-2.91-png.wsz && cd skins/base-2.91-png && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91-png.wsz .", "compile-skin": "node scripts/compileSkin.js > css/base-skin.css",