diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-05 10:50:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-05 10:51:32 +0200 |
commit | a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e (patch) | |
tree | 81f0e61560b4991e16141a4dc7359dbb99f12750 /package.json | |
parent | 36d9a79f7be85406489491670bda5284fa897d02 (diff) | |
download | PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.tar.gz PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.tar.zst PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.zip |
Remove scripty
It breaks our tests with the latest npm release
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 53 |
1 files changed, 22 insertions, 31 deletions
diff --git a/package.json b/package.json index ebfd192cf..8552a9d60 100644 --- a/package.json +++ b/package.json | |||
@@ -5,7 +5,7 @@ | |||
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |
8 | "node": ">=10.x <=15", | 8 | "node": ">=10.x", |
9 | "yarn": ">=1.x", | 9 | "yarn": ">=1.x", |
10 | "postgres": ">=10.x", | 10 | "postgres": ">=10.x", |
11 | "redis-server": ">=2.8.18", | 11 | "redis-server": ">=2.8.18", |
@@ -25,30 +25,25 @@ | |||
25 | }, | 25 | }, |
26 | "typings": "*.d.ts", | 26 | "typings": "*.d.ts", |
27 | "scripts": { | 27 | "scripts": { |
28 | "e2e": "scripty", | 28 | "e2e": "sh ./scripts/e2e/index.sh", |
29 | "e2e:local": "scripty", | 29 | "e2e:local": "sh ./scripts/e2e/local.sh", |
30 | "setup:cli": "scripty", | 30 | "setup:cli": "sh ./scripts/setup/cli.sh", |
31 | "build": "scripty", | 31 | "build": "sh ./scripts/build/index.sh", |
32 | "build:embed": "scripty", | 32 | "build:embed": "sh ./scripts/build/embed.sh", |
33 | "build:server": "scripty", | 33 | "build:server": "sh ./scripts/build/server.sh", |
34 | "build:client": "scripty", | 34 | "build:client": "sh ./scripts/build/client.sh", |
35 | "clean:client": "scripty", | 35 | "clean:client": "sh ./scripts/clean/client/index.sh", |
36 | "clean:server": "scripty", | 36 | "clean:server:test": "sh ./scripts/clean/server/test.sh", |
37 | "clean:server:test": "scripty", | 37 | "i18n:update": "sh ./scripts/i18n/update.sh", |
38 | "danger:clean:dev": "scripty", | ||
39 | "danger:clean:prod": "scripty", | ||
40 | "danger:clean:modules": "scripty", | ||
41 | "i18n:update": "scripty", | ||
42 | "plugin:install": "node ./dist/scripts/plugin/install.js", | 38 | "plugin:install": "node ./dist/scripts/plugin/install.js", |
43 | "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js", | 39 | "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js", |
44 | "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", | 40 | "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", |
45 | "reset-password": "node ./dist/scripts/reset-password.js", | 41 | "reset-password": "node ./dist/scripts/reset-password.js", |
46 | "play": "scripty", | ||
47 | "dev": "sh ./scripts/dev/index.sh", | 42 | "dev": "sh ./scripts/dev/index.sh", |
48 | "dev:server": "sh ./scripts/dev/server.sh", | 43 | "dev:server": "sh ./scripts/dev/server.sh", |
49 | "dev:embed": "scripty", | 44 | "dev:embed": "sh ./scripts/dev/embed.sh", |
50 | "dev:client": "sh ./scripts/dev/client.sh", | 45 | "dev:client": "sh ./scripts/dev/client.sh", |
51 | "dev:cli": "scripty", | 46 | "dev:cli": "sh ./scripts/dev/cli.sh", |
52 | "start": "node dist/server", | 47 | "start": "node dist/server", |
53 | "start:server": "node dist/server --no-client", | 48 | "start:server": "node dist/server --no-client", |
54 | "update-host": "node ./dist/scripts/update-host.js", | 49 | "update-host": "node ./dist/scripts/update-host.js", |
@@ -56,9 +51,9 @@ | |||
56 | "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js", | 51 | "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js", |
57 | "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js", | 52 | "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js", |
58 | "print-transcode-command": "node ./dist/scripts/print-transcode-command.js", | 53 | "print-transcode-command": "node ./dist/scripts/print-transcode-command.js", |
59 | "test": "scripty", | 54 | "test": "sh ./scripts/test.sh", |
60 | "help": "scripty", | 55 | "help": "sh ./scripts/help.sh", |
61 | "generate-cli-doc": "scripty", | 56 | "generate-cli-doc": "sh ./scripts/generate-cli-doc.sh", |
62 | "parse-log": "node ./dist/scripts/parse-log.js", | 57 | "parse-log": "node ./dist/scripts/parse-log.js", |
63 | "prune-storage": "node ./dist/scripts/prune-storage.js", | 58 | "prune-storage": "node ./dist/scripts/prune-storage.js", |
64 | "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", | 59 | "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", |
@@ -72,12 +67,12 @@ | |||
72 | "eslint": "eslint", | 67 | "eslint": "eslint", |
73 | "concurrently": "concurrently", | 68 | "concurrently": "concurrently", |
74 | "mocha": "mocha", | 69 | "mocha": "mocha", |
75 | "ci": "scripty", | 70 | "ci": "sh ./scripts/ci.sh", |
76 | "release": "scripty", | 71 | "release": "sh ./scripts/release.sh", |
77 | "release-embed-api": "scripty", | 72 | "release-embed-api": "sh ./scripts/release-embed-api.sh", |
78 | "nightly": "scripty", | 73 | "nightly": "sh ./scripts/nightly.sh", |
79 | "openapi-clients": "scripty", | 74 | "openapi-clients": "sh ./scripts/openapi-clients.sh", |
80 | "client-report": "scripty", | 75 | "client-report": "sh ./scripts/client-report.sh", |
81 | "swagger-cli": "swagger-cli" | 76 | "swagger-cli": "swagger-cli" |
82 | }, | 77 | }, |
83 | "dependencies": { | 78 | "dependencies": { |
@@ -136,7 +131,6 @@ | |||
136 | "redis": "^3.0.2", | 131 | "redis": "^3.0.2", |
137 | "reflect-metadata": "^0.1.12", | 132 | "reflect-metadata": "^0.1.12", |
138 | "sanitize-html": "2.x", | 133 | "sanitize-html": "2.x", |
139 | "scripty": "^2.0.0", | ||
140 | "sequelize": "6.6.2", | 134 | "sequelize": "6.6.2", |
141 | "sequelize-typescript": "^2.0.0-beta.1", | 135 | "sequelize-typescript": "^2.0.0-beta.1", |
142 | "sitemap": "^6.1.0", | 136 | "sitemap": "^6.1.0", |
@@ -216,9 +210,6 @@ | |||
216 | "ts-node": "9.1.1", | 210 | "ts-node": "9.1.1", |
217 | "typescript": "^4.0.5" | 211 | "typescript": "^4.0.5" |
218 | }, | 212 | }, |
219 | "scripty": { | ||
220 | "silent": true | ||
221 | }, | ||
222 | "bundlewatch": { | 213 | "bundlewatch": { |
223 | "files": [ | 214 | "files": [ |
224 | { | 215 | { |