This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 96ddd583495 add build check (#1483)
96ddd583495 is described below
commit 96ddd583495dec75772b375d2fb54f80a77e1d5c
Author: yangon <[email protected]>
AuthorDate: Mon Dec 9 15:55:05 2024 +0800
add build check (#1483)
Co-authored-by: liyang <[email protected]>
---
.github/workflows/build-check.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index 23906932d94..7d113beb624 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -115,11 +115,11 @@ jobs:
with:
node-version: 20
- # - name: Build
- # run: |
- # npm install -g yarn
- # yarn cache clean
- # export NODE_OPTIONS=--max-old-space-size=8192
- # yarn && yarn build
+ - name: Build
+ run: |
+ npm install -g yarn
+ yarn cache clean
+ export NODE_OPTIONS=--max-old-space-size=8192
+ yarn && yarn build
- # rm -rf build
+ rm -rf build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]