Skip to content

Commit fa4fe9e

Browse files
committed
chore: debug with auth postinstall
1 parent 5eb9189 commit fa4fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:sincemain": "pnpm test -- --changedSince=main",
1616
"test:sincemain:cov": "pnpm test:sincemain --coverage",
1717
"prepack": "pnpm build",
18-
"postinstall": "pwd && pnpm copy-op-schemas",
18+
"postinstall": "pwd && pnpm copy-op-schemas && cd ./node_modules/token-introspection && pwd && ls",
1919
"copy-op-schemas": "cp ./node_modules/@interledger/open-payments/dist/openapi/specs/auth-server.yaml ./node_modules/@interledger/open-payments/dist/openapi/specs/schemas.yaml ./src/openapi/specs/",
2020
"copy-files": "cp src/graphql/schema.graphql dist/graphql/ && cp -r ./src/openapi ./dist/",
2121
"dev": "ts-node-dev --inspect=0.0.0.0:9229 --respawn --transpile-only src/index.ts"

0 commit comments

Comments
 (0)