Commits
Yury Bondarenko authored bb10b808f6b
38 38 | "clean:cli": "rimraf .angular/cache", |
39 39 | "clean:prod": "yarn run clean:dist && yarn run clean:log && yarn run clean:doc && yarn run clean:coverage && yarn run clean:json", |
40 40 | "clean": "yarn run clean:prod && yarn run clean:dev:config && yarn run clean:cli && yarn run clean:node", |
41 41 | "sync-i18n": "ts-node --project ./tsconfig.ts-node.json scripts/sync-i18n-files.ts", |
42 42 | "build:mirador": "webpack --config webpack/webpack.mirador.config.ts", |
43 43 | "merge-i18n": "ts-node --project ./tsconfig.ts-node.json scripts/merge-i18n-files.ts", |
44 44 | "cypress:open": "cypress open", |
45 45 | "cypress:run": "cypress run", |
46 46 | "env:yaml": "ts-node --project ./tsconfig.ts-node.json scripts/env-to-yaml.ts", |
47 47 | "base-href": "ts-node --project ./tsconfig.ts-node.json scripts/base-href.ts", |
48 - | "check-circ-deps": "npx madge --exclude '(bitstream|bundle|collection|config-submission-form|eperson|item|version)\\.model\\.ts$' --circular --extensions ts ./" |
48 + | "check-circ-deps": "npx madge --exclude '(bitstream|bundle|collection|config-submission-form|eperson|item|version)\\.model\\.ts$' --circular --extensions ts ./", |
49 + | "postinstall": "yarn build:lint" |
49 50 | }, |
50 51 | "browser": { |
51 52 | "fs": false, |
52 53 | "path": false, |
53 54 | "http": false, |
54 55 | "https": false |
55 56 | }, |
56 57 | "private": true, |
57 58 | "resolutions": { |
58 59 | "minimist": "^1.2.5", |