Skip to content

Commit

Permalink
chore: format command
Browse files Browse the repository at this point in the history
  • Loading branch information
freddi301 committed Mar 30, 2022
1 parent f51ab4b commit bc01d44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions relying-party/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"scripts": {
"build": "rollup -c",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"format": "prettier --write src",
"test": "jest",
"test:coverage": "jest --coverage --collectCoverageFrom=\"./src/**\""
},
Expand All @@ -36,6 +37,7 @@
"@types/node": "^16.11.10",
"@types/uuid": "^8.3.4",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-typescript2": "^0.31.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
Entity,
Column,
ManyToOne,
UpdateDateColumn,
CreateDateColumn,
PrimaryGeneratedColumn,
} from "typeorm";
import { Entity, Column, ManyToOne, UpdateDateColumn, CreateDateColumn, PrimaryGeneratedColumn } from "typeorm";
import { AuthenticationRequestEntity } from "./AuthenticationRequestEntity";

@Entity()
Expand Down
5 changes: 5 additions & 0 deletions relying-party/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2663,6 +2663,11 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=

prettier@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==

pretty-format@^27.0.0, pretty-format@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
Expand Down

0 comments on commit bc01d44

Please sign in to comment.