forked from ipfs-shipyard/ipfs-protocol-compliance-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: switch hosting to Fleek (ipfs-shipyard#3)
* feat: Fleek publishing * fix: no raw leaves We want to reuse pinning provided by Fleek, but atm it uses CIDv0, which does not support raw leaves. By disabling raw leaves in CIDv1 add, we get the same underlying dag-pb, and the same multihash inside of both CIDv1 used in tests and CIDv0 produced by Fleek. * refactor: reuse /files/ from Fleek Co-authored-by: RangerMauve <ranger@mauve.moe>
- Loading branch information
1 parent
fedc020
commit c2ac95b
Showing
4 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
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
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
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,13 +1,18 @@ | ||
{ | ||
"scripts": { | ||
"lint": "standard", | ||
"build": "node ./publish-files.js" | ||
}, | ||
"standard": { | ||
"envs": { | ||
"browser": true, | ||
"node": true | ||
}, | ||
"ignore": [ | ||
"testharness/", | ||
"constants.js", | ||
"constants-old.js" | ||
"files/js/import-example-dynamic.js", | ||
"testharness/", | ||
"constants.js", | ||
"constants-old.js" | ||
] | ||
} | ||
} |
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