This is an automated email from the ASF dual-hosted git repository.

hufeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 36ffc92  add compile all module
36ffc92 is described below

commit 36ffc92e50d449fcccf268fddf206c8dd2dfa8b1
Author: 胡锋 <[email protected]>
AuthorDate: Thu Jun 17 10:44:06 2021 +0800

    add compile all module
---
 .github/workflows/nodejs.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 0550d7f..25833d8 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -32,7 +32,10 @@ jobs:
 
       - name: Install Dependencies
         run: npm i -g lerna && lerna bootstrap
-
+        
+      - name: compile all modules
+        run: make
+         
       - name: Continuous Integration
         run: npm run test
 

Reply via email to