mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Turn back on all other tests
This commit is contained in:
parent
dcbc98033e
commit
6abe9d7366
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"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 integration-tests",
|
||||
"travis-tests": "npm run test && npm run test && npm run type-check && npm run build && npm run build-library && npm run weight && 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 --runInBand",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue