Compare commits

...

4 Commits

Author SHA1 Message Date
Amaury
77573c1f74 bobo 2021-07-22 14:28:07 +02:00
Amaury
53547f2065 bubu 2021-07-22 14:24:40 +02:00
Florent
fcdd468a4d add prepack script 2021-07-12 16:46:42 +02:00
Florent
1b36afbb34 add postinstall script to build automatically using tsc 2021-07-12 15:54:12 +02:00
3 changed files with 26 additions and 4397 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
build/
node_modules/
.idea/
.idea/

4411
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,11 +9,14 @@
"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"
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
"build": "tsc",
"prepack": "npm i && npm run build"
},
"keywords": [
"RSS",