diff --git a/.travis.yml b/.travis.yml index 567a4345bb..61cdc99068 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ script: - npm run style - npm run build - npm run ts-node -- ./demo/demo1.ts - - npm run e2e "../My Document.docx" + - npm run e2e "My Document.docx" - npm run ts-node -- ./demo/demo2.ts - npm run ts-node -- ./demo/demo3.ts - npm run ts-node -- ./demo/demo4.ts @@ -20,7 +20,7 @@ script: - npm run ts-node -- ./demo/demo8.ts - npm run ts-node -- ./demo/demo9.ts - npm run ts-node -- ./demo/demo10.ts - - npm run e2e "../My Document.docx" + - npm run e2e "My Document.docx" - npm run ts-node -- ./demo/demo11.ts - npm run ts-node -- ./demo/demo12.ts - npm run ts-node -- ./demo/demo13.ts @@ -41,7 +41,7 @@ script: - npm run ts-node -- ./demo/demo28.ts - npm run ts-node -- ./demo/demo29.ts - npm run ts-node -- ./demo/demo30.ts - - npm run e2e "../My Document.docx" + - npm run e2e "My Document.docx" - npm run ts-node -- ./demo/demo31.ts - npm run ts-node -- ./demo/demo32.ts - npm run ts-node -- ./demo/demo33.ts diff --git a/package.json b/package.json index 263cc714f3..ba3b2cdc53 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "style": "prettier -l \"src/**/*.ts\"", "style.fix": "npm run style -- --write", "fix-types": "ts-node scripts/types-absolute-fixer.ts", - "e2e": "ts-node scripts/e2e.ts \"Dolan Miu CV.docx\"", + "e2e": "ts-node scripts/e2e.ts", "ts-node": "ts-node" }, "pre-commit": [