Skip to content

Commit aabc898

Browse files
committed
chore: fix race condition during build.
1 parent bdeac30 commit aabc898

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ci/build_js.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ SCRIPT_DIR=$(dirname $0)
88
source $SCRIPT_DIR/env_dart.sh
99
cd $SCRIPT_DIR/../..
1010

11-
./node_modules/.bin/gulp enforce-format build.js docs
11+
./node_modules/.bin/gulp enforce-format
12+
./node_modules/.bin/gulp build.js
13+
./node_modules/.bin/gulp docs

0 commit comments

Comments
 (0)