Skip to content

Commit

Permalink
fix: remove docs (there's no openapi)
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Dec 4, 2023
1 parent d9312d1 commit 42d97cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ module.exports = {
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
['@semantic-release/exec', {
prepareCmd: 'npm run deploy && npm run test-postdeploy && npm run docs',
prepareCmd: 'npm run deploy && npm run test-postdeploy',
publishCmd: 'npm run deploy-routes'
}],
["@semantic-release/github", {}]
],
branches: ['main'],
};
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
"deploy-routes": "hedy --no-build -no-hints -l major",
"deploy-ci": "hedy -v --deploy --test --pkgVersion=ci$CIRCLE_BUILD_NUM -l ci --cleanup-ci=24h",
"deploy-secrets": "hedy --aws-update-secrets --params-file=secrets/secrets.env",
"docs": "npm run docs:lint && npm run docs:build",
"docs:build": "npx @redocly/cli build-docs -o ./docs/index.html --config docs/openapi/redocly-config.yaml",
"docs:lint": "npx @redocly/cli lint --config docs/openapi/redocly-config.yaml",
"docs:serve": "npx @redocly/cli preview-docs --config docs/openapi/redocly-config.yaml",
"prepare": "husky install"
},
"wsk": {
Expand Down

0 comments on commit 42d97cf

Please sign in to comment.