-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from kristoferlund/dev
v0.1.0 - Security fixes, making nonce required
- Loading branch information
Showing
42 changed files
with
370 additions
and
17,367 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
doc: | ||
cargo doc --no-deps --document-private-items | ||
cp -r packages/ic_siwe/media target/doc/ic_siwe/media | ||
|
||
clean: | ||
rm -rf .dfx | ||
rm -f .env | ||
rm -rf target | ||
rm -rf node_modules | ||
cargo clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.