Run migration tests by default after browser tests

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-12-18 10:54:13 -05:00 committed by David Humphrey
parent b5fe85caaa
commit 1ae7a220b4
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"test:migrations": "mocha tests/filesystems/migrations",
"pretest": "npm run lint",
"test": "npm run karma-mocha",
"posttest": "npm run test:migrations",
"prebuild": "parcel build --global Filer src/index.js --no-minify --out-file filer.js",
"build": "parcel build --global Filer src/index.js --out-file filer.min.js --detailed-report",
"build-tests": "parcel build tests/index.js --no-source-maps --out-dir tests/dist",