Skip to content

Commit

Permalink
Disable doc generation for RAV for now [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrauer committed Mar 20, 2023
1 parent af15a3d commit 8440775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/sitecore-jss-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"lint": "eslint ./src/**/*.ts",
"test": "ng test",
"test:watch": "ng test --no-single-run --browsers Chrome",
"coverage": "ng test --code-coverage",
"generate-docs": "npx typedoc --plugin typedoc-plugin-markdown --readme none --out ../../ref-docs/sitecore-jss-angular src/public_api.ts --githubPages false"
"coverage": "ng test --code-coverage"
},
"engines": {
"node": ">=12",
Expand Down
3 changes: 1 addition & 2 deletions packages/sitecore-jss-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"lint": "eslint ./src/**/*.tsx ./src/**/*.ts",
"test": "mocha --require ts-node/register/transpile-only --require ./src/tests/shim.ts ./src/tests/jsdom-setup.ts ./src/tests/enzyme-setup.ts \"./src/**/*.test.ts\" \"./src/**/*.test.tsx\" --exit",
"prepublishOnly": "npm run build",
"coverage": "nyc npm test",
"generate-docs": "npx typedoc --plugin typedoc-plugin-markdown --readme none --out ../../ref-docs/sitecore-jss-react src/index.ts --githubPages false"
"coverage": "nyc npm test"
},
"engines": {
"node": ">=12",
Expand Down
3 changes: 1 addition & 2 deletions packages/sitecore-jss-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"lint": "eslint ./src/**/*.ts",
"test": "jest",
"prepublishOnly": "npm run build",
"coverage": "jest --config ./jest.config.coverage.js",
"generate-docs": "npx typedoc --plugin typedoc-plugin-markdown --readme none --out ../../ref-docs/sitecore-jss-vue src/index.ts --githubPages false"
"coverage": "jest --config ./jest.config.coverage.js"
},
"engines": {
"node": ">=12",
Expand Down

0 comments on commit 8440775

Please sign in to comment.