File tree 2 files changed +1513
-1
lines changed
2 files changed +1513
-1
lines changed Original file line number Diff line number Diff line change 37
37
],
38
38
"scripts" : {
39
39
"build" : " rollup --config" ,
40
- "build:docs" : " pnpm build && documentation build --document-exported \" addon-test-support/@ember/test-helpers /index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o ../API.md" ,
40
+ "build:docs" : " pnpm build && documentation build --document-exported \" ./dist /index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o ../API.md" ,
41
41
"lint" : " concurrently 'pnpm:lint:*(!fix)' --names 'lint:'" ,
42
42
"lint:fix" : " concurrently 'pnpm:lint:*:fix' --names 'fix:'" ,
43
43
"lint:js" : " eslint . --cache" ,
68
68
"@typescript-eslint/parser" : " ^8.2.0" ,
69
69
"babel-plugin-ember-template-compilation" : " ^2.2.5" ,
70
70
"concurrently" : " ^8.2.2" ,
71
+ "documentation" : " ^14.0.3" ,
71
72
"ember-source" : " ^5.11.0" ,
72
73
"eslint" : " ^8.56.0" ,
73
74
"eslint-config-prettier" : " ^9.1.0" ,
You can’t perform that action at this time.
0 commit comments