Skip to content

Commit

Permalink
fix: Add ory-prettier-styles to main repo (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 6, 2020
1 parent cd4f21d commit aeaddbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
@@ -1,14 +1,20 @@
{
"private": true,
"prettier": "ory-prettier-styles",
"consts": {
"prettierTarget": "test/e2e/cypress/**/*.js"
},
"scripts": {
"format": "prettier --no-semi --single-quote --trailing-comma es5 --write \"test/e2e/cypress/**/*.js\"",
"format": "prettier --write ${npm_package_consts_prettierTarget}",
"format:check": "prettier --check ${npm_package_consts_prettierTarget}",
"test": "cypress run",
"test:watch": "cypress open",
"wait-on": "wait-on"
},
"devDependencies": {
"cypress": "4.5.0",
"openapi-generator": "^0.1.36",
"ory-prettier-styles": "^1.0.1",
"prettier": "2.0.4",
"wait-on": "4.0.2"
}
Expand Down

0 comments on commit aeaddbc

Please sign in to comment.