Skip to content

Commit 99cadd7

Browse files
committed
tut06-tut26 migrated to use spago
1 parent 3a435c7 commit 99cadd7

File tree

134 files changed

+6263
-671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+6263
-671
lines changed

build-tutorials.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Test the installation of build of each example, clean up after
33
rm ./test-build-log.txt
44
touch ./test-build-log.txt
5-
for file in ./tut01 ./tut02/ ./tut03/ ./tut04P1/ ./tut04P2/ ./tut05/ ./tut06/ ./tut07/ ./tut08/ ./tut09/ ./tut10/ ./tut11/ ./tut12/ ./tut13/ ./tut14/ ./tut15/ ./tut16/ ./tut16/. ./tut18/ ./tut19/ ./tut20/ ./tut21/ ./tut22/ ./tut23/; do
6-
cd $file
5+
for files in ./tut01 ./tut02/ ./tut03/ ./tut04P1/ ./tut04P2/ ./tut05/ ./tut06/ ./tut07/ ./tut08/ ./tut09/ ./tut10/ ./tut11/ ./tut12/ ./tut13/ ./tut14/ ./tut15/ ./tut16/ ./tut16/. ./tut18/ ./tut19/ ./tut20/ ./tut21/ ./tut22/ ./tut23/ ./tut24/ .tut25/ .tut26/; do
6+
cd $files
77
npm run -s clean
88
npm run -s install
99
npm run -s build 2>&1 | tee -a ../test-build-log.txt

0 commit comments

Comments
 (0)