add prepack script

This commit is contained in:
Florent
2021-07-12 16:12:34 +02:00
committed by Florent F
parent 1b36afbb34
commit fcdd468a4d
11 changed files with 677 additions and 5 deletions

View File

@ -9,12 +9,13 @@
"url": "https://zeteo.me/gitea/Outils-PeerTube/listener-rss-agregators/issues"
},
"files": [
"build/"
"build/",
"README.md",
"package.json"
],
"scripts": {
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
"build": "tsc",
"postinstall": "npm run build"
"build": "ls . && tsc -p ."
},
"keywords": [
"RSS",