mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
Fix postinstall script (#538)
This commit is contained in:
parent
d411415060
commit
6de4847356
@ -53,7 +53,7 @@
|
||||
"make": "npm run clean && npm test && npm run build && npm test",
|
||||
"all": "npm run check && npm run make",
|
||||
"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",
|
||||
"postinstall": "opencollective-postinstall"
|
||||
"postinstall": "opencollective-postinstall || exit 0"
|
||||
},
|
||||
"files": [
|
||||
"lib/loader/index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user