We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d411415 commit 6de4847Copy full SHA for 6de4847
1 file changed
package.json
@@ -53,7 +53,7 @@
53
"make": "npm run clean && npm test && npm run build && npm test",
54
"all": "npm run check && npm run make",
55
"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"
+ "postinstall": "opencollective-postinstall || exit 0"
57
},
58
"files": [
59
"lib/loader/index.d.ts",
0 commit comments