Skip to content

Commit

Permalink
fix: siop-oid4vp build order
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Auer <[email protected]>
  • Loading branch information
auer-martin committed Jul 12, 2024
1 parent 84aba5e commit dacf629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/siop-oid4vp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "pnpm run-s build:*",
"build": "pnpm build:schemaGenerator && pnpm build:main",
"build:main": "tsc -p tsconfig.build.json",
"build:schemaGenerator": "node --loader=tsimp/loader ./lib/generator/schemaGenerator.ts",
"clean": "rimraf dist coverage",
Expand Down

0 comments on commit dacf629

Please sign in to comment.