You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/10/12 01:26:53 UTC

[incubator-streampark] branch dev updated: [chore] husky run bootstrap before lint (#1816)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3fff42f46 [chore] husky run bootstrap before lint (#1816)
3fff42f46 is described below

commit 3fff42f46a88db72c6d8a95791e5e426bb8ebb1c
Author: tison <wa...@gmail.com>
AuthorDate: Wed Oct 12 09:26:48 2022 +0800

    [chore] husky run bootstrap before lint (#1816)
    
    Signed-off-by: tison <wa...@gmail.com>
---
 .husky/pre-commit | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.husky/pre-commit b/.husky/pre-commit
index 6d1d38785..85740eef0 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -25,4 +25,5 @@ npm run lint
 
 # newui pre commit lint
 cd ../streampark-console-newui
+npm run bootstrap
 npm run lint:lint-staged