mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Try running screenshot tests on Travis
This commit is contained in:
parent
0c94263f0f
commit
21ea7ad477
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue