Skip to content

Commit

Permalink
chore: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
coodos committed Aug 14, 2024
1 parent abd18a2 commit 7133a23
Show file tree
Hide file tree
Showing 3 changed files with 4,461 additions and 3,610 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Merul <[email protected]>",
"license": "GPL-2.0",
"scripts": {
"build": "tsc;",
"build": "tsc; fix-esm-import-path ./dist;",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint . --cache",
Expand Down Expand Up @@ -41,6 +41,7 @@
"@tanglelabs/ssimon": "^0.7.1",
"did-jwt": "^7.2.4",
"did-jwt-vc": "^3.2.5",
"fix-esm-import-path": "^1.10.0",
"nanoid": "^5.0.7",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
Expand Down
Loading

0 comments on commit 7133a23

Please sign in to comment.