Skip to content

Commit 6de4847

Browse files
MaxGraeydcodeIO
authored andcommitted
Fix postinstall script (AssemblyScript#538)
1 parent d411415 commit 6de4847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"make": "npm run clean && npm test && npm run build && npm test",
5454
"all": "npm run check && npm run make",
5555
"docs": "typedoc --tsconfig tsconfig-docs.json --mode modules --name \"AssemblyScript Compiler API\" --out ./docs/api --ignoreCompilerErrors --excludeNotExported --excludePrivate --excludeExternals --exclude **/std/** --includeDeclarations --readme src/README.md",
56-
"postinstall": "opencollective-postinstall"
56+
"postinstall": "opencollective-postinstall || exit 0"
5757
},
5858
"files": [
5959
"lib/loader/index.d.ts",

0 commit comments

Comments
 (0)