Skip to content

Commit

Permalink
Add publish command with build included
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Apr 15, 2024
1 parent ba24640 commit c7c697f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "lerna run build",
"test": "lerna run --stream test",
"lint": "lerna run lint",
"docs": "typedoc --plugin nlfurniss-typedoc-plugin-sourcefile-url --plugin typedoc-plugin-extras --sourcefile-url-prefix 'https://github.com/spruceid/siwe' --favicon ./favicon.svg --out docs packages/siwe/lib/siwe.ts"
"docs": "typedoc --plugin nlfurniss-typedoc-plugin-sourcefile-url --plugin typedoc-plugin-extras --sourcefile-url-prefix 'https://github.com/spruceid/siwe' --favicon ./favicon.svg --out docs packages/siwe/lib/siwe.ts",
"publish": "lerna run build && lerna publish"
},
"author": "Spruce Systems Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit c7c697f

Please sign in to comment.