FIX npm run test:preview
This commit is contained in:
parent
d23fdce562
commit
269d7b1ca8
@ -19,7 +19,7 @@
|
||||
"test:deleteFiles": "node test/scripts/deleteFiles.js",
|
||||
"test:e2e": "concurrently \"npm run dev\" \"testcafe chromium test/\" --success first --kill-others --raw",
|
||||
"test:export": "SCRIPT=export npm run test:deleteFiles && npm run export && mocha test/scripts/export.js",
|
||||
"test:preview": "SCRIPT=preview npm run test:deleteFiles && npm run preview && mocha test/scripts/preview.js",
|
||||
"test:preview": "SCRIPT=preview npm run test:deleteFiles && npm run export && npm run preview && mocha test/scripts/preview.js",
|
||||
"test": "npm run test:export && npm run test:preview && npm run test:e2e",
|
||||
"export": "concurrently \"npm run dev\" \"npm run pdf\" --success first --kill-others --raw",
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user