Skip to content

Commit 1f84016

Browse files
authored
Add missing install command (#16)
1 parent 1dad6df commit 1f84016

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build-panels.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
set -e
12
cd src/check-watch-panel
3+
yarn install
24
yarn build

src/check-watch-panel/dist-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set -e
12
cd build
23
cp static/js/*.js main.js
34
cp static/css/*.css main.css

0 commit comments

Comments
 (0)