diff --git a/.coding-ci.yml b/.coding-ci.yml new file mode 100644 index 0000000..25a7c90 --- /dev/null +++ b/.coding-ci.yml @@ -0,0 +1,16 @@ +.pipeline: &pipeline + runner: + cpus: 2 + docker: + image: node:20.11.1 + stages: + - name: 启用yarn + script: corepack enable yarn + - name: 安装依赖 + script: yarn install + - name: build + script: yarn run build + +release: + push: + - <<: *pipeline \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8ac7ef5..b28cfc9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ _local .vscode/* !.vscode/extensions.json .idea +.ide .DS_Store *.suo *.ntvs*