Skip to content
Snippets Groups Projects
Commit dba1cb4f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] release: remove TypeScript ".ts" files for publishing

parent c3728e6d
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
}, },
"scripts": { "scripts": {
"prepublish": "tsc", "prepublish": "tsc",
"prepack": "find -name \"*.ts\" | grep -v \".d.ts\" | xargs rm",
"tsc": "tsc", "tsc": "tsc",
"tscw": "tsc -w", "tscw": "tsc -w",
"doc": "typedoc --out typedoc/ index.ts app/ --mode file --readme README.md --includeDeclarations --sourcefile-url-prefix \"https://git.duniter.org/nodes/typescript/duniter/blob/loki/\"", "doc": "typedoc --out typedoc/ index.ts app/ --mode file --readme README.md --includeDeclarations --sourcefile-url-prefix \"https://git.duniter.org/nodes/typescript/duniter/blob/loki/\"",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment