1 Star 0 Fork 0

江叶根/sentry-javascript

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
prepare-release:
yarn
yarn clean
yarn build
yarn lint
yarn test
.PHONY: prepare-release
build-docs:
rm -rf ./docs
yarn typedoc --options ./typedoc.js
.PHONY: build-docs
publish-docs: build-docs
rm -rf /tmp/sentry-js-docs | true
mkdir /tmp/sentry-js-docs
cp -r ./docs /tmp/sentry-js-docs/docs
cd /tmp/sentry-js-docs && \
git clone --single-branch --branch gh-pages git@github.com:getsentry/sentry-javascript.git && \
cp -r /tmp/sentry-js-docs/docs/* /tmp/sentry-js-docs/sentry-javascript/ && \
cd /tmp/sentry-js-docs/sentry-javascript && \
git add --all && \
git commit -m "meta: Update docs" && \
git push origin gh-pages
.PHONY: publish-docs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/puier/sentry-javascript.git
git@gitee.com:puier/sentry-javascript.git
puier
sentry-javascript
sentry-javascript
master

搜索帮助