We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb9189 commit fa4fe9eCopy full SHA for fa4fe9e
packages/auth/package.json
@@ -15,7 +15,7 @@
15
"test:sincemain": "pnpm test -- --changedSince=main",
16
"test:sincemain:cov": "pnpm test:sincemain --coverage",
17
"prepack": "pnpm build",
18
- "postinstall": "pwd && pnpm copy-op-schemas",
+ "postinstall": "pwd && pnpm copy-op-schemas && cd ./node_modules/token-introspection && pwd && ls",
19
"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/",
20
"copy-files": "cp src/graphql/schema.graphql dist/graphql/ && cp -r ./src/openapi ./dist/",
21
"dev": "ts-node-dev --inspect=0.0.0.0:9229 --respawn --transpile-only src/index.ts"
0 commit comments