|
19 | 19 | "build:h5p-svg-sanitizer": "npm run build --workspace=packages/h5p-svg-sanitizer",
|
20 | 20 | "build:h5p-webcomponents": "npm run build --workspace=packages/h5p-webcomponents",
|
21 | 21 | "build": "npm run build --workspace=packages/h5p-server && concurrently \"npm run build --workspace=packages/h5p-express\" \"npm run build --workspace=packages/h5p-html-exporter\" \"npm run build --workspace=packages/h5p-redis-lock\" \"npm run build --workspace=packages/h5p-svg-sanitizer\" \"npm run build --workspace=packages/h5p-clamav-scanner\" \"npm run build --workspace=packages/h5p-mongos3\" && concurrently \"npm run build --workspace=packages/h5p-examples\" \"npm run build:h5p-webcomponents\" && npm run build:h5p-react && npm run build:h5p-shared-state-server",
|
| 22 | + "clean": "rm -rf typedoc", |
22 | 23 | "download:content-type-cache": "ts-node scripts/update-real-content-type-cache.ts",
|
23 | 24 | "download:content": "node scripts/download-examples.js test/data/content-type-cache/real-content-types.json test/data/hub-content",
|
24 | 25 | "download:h5p": "sh scripts/install.sh",
|
|
28 | 29 | "lint:main": "eslint . --quiet",
|
29 | 30 | "lint": "concurrently \"npm:lint:main\" \"npm:lint:docs\"",
|
30 | 31 | "localize": "./localize.sh",
|
31 |
| - "postinstall": "concurrently \"npm run build\" \"npm run download:content-type-cache && npm run download:h5p\"", |
32 |
| - "pre-commit": "concurrently \"npm:lint\" \"npm:format\"", |
33 | 32 | "prepare": "husky",
|
34 | 33 | "publish:h5p-express": "cd packages/h5p-express && npm publish",
|
35 | 34 | "publish:h5p-html-exporter": "cd packages/h5p-html-exporter && npm publish",
|
|
38 | 37 | "release:publish:dry-run": "lerna publish from-package --dist-tag next --contents build --registry=\"http://localhost:4873/\"",
|
39 | 38 | "release:publish": "lerna publish from-package --dist-tag next --contents build",
|
40 | 39 | "release:version": "lerna version --exact --no-changelog --no-push --no-git-tag-version",
|
41 |
| - "semantic-release": "semantic-release", |
| 40 | + "setup": "concurrently \"npm run build\" \"npm run download:content-type-cache && npm run download:h5p\"", |
42 | 41 | "start:dbs": "docker-compose -f scripts/mongo-s3-docker-compose.yml up -d",
|
43 | 42 | "start:rest:server": "npm run start --workspace=packages/h5p-rest-example-server",
|
44 | 43 | "start": "npm run start --workspace=packages/h5p-examples",
|
|
0 commit comments