Skip to content

Commit 5c64f85

Browse files
Merge branch 'restore-decorator-support_contribute-7.6' into restore-decorator-support_contribute-main
2 parents 277154b + 288f49d commit 5c64f85

File tree

251 files changed

+2147
-2100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+2147
-2100
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ yarn-error.log
4242
junit.xml
4343

4444
/src/mirador-viewer/config.local.js
45+
46+
## ignore the auto-generated decorator registries
47+
decorator-registries/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"serve": "ts-node --project ./tsconfig.ts-node.json scripts/serve.ts",
1414
"serve:ssr": "node dist/server/main",
1515
"analyze": "webpack-bundle-analyzer dist/browser/stats.json",
16+
"generate:decorator:registries": "ts-node --project ./tsconfig.ts-node.json scripts/generate-decorator-registries.ts",
1617
"build": "ng build --configuration development",
1718
"build:stats": "ng build --stats-json",
1819
"build:prod": "cross-env NODE_ENV=production npm run build:ssr",

0 commit comments

Comments
 (0)