Skip to content

Commit

Permalink
fix(ci): maybe this will solve the CI error (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
hack-tramp authored and adrienjoly committed Oct 8, 2019
1 parent 00872d9 commit 015e421
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test:regression": "exit $(node parseAsBuffer.js test/issue-14-uncaught-error.pdf | grep --count Error)",
"test:sample": "node test/test.js && node parseAsBuffer.js test/sample.pdf",
"test:functional": "npm run -s test:sample && npm run -s test:regression && npm run -s test:diff",
"test": "npm run -s prettier:check && npm run -s test:functional && npm run -s test:print:result"
"test": "npm run -s prettier:check && npm run -s test:functional && npm run -s test:print:result",
"lint": "eslint app"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,9 +47,15 @@
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "1.15.3",
"semantic-release": "^15.13.12"
}
},
"peerDependencies": {
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0"
}
}

0 comments on commit 015e421

Please sign in to comment.