File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,15 @@ node node_modules/civil-server/dist/tools/react-directory-indexer.js app/web-com
32
32
#
33
33
node node_modules/civil-server/dist/tools/react-directory-indexer.js --data app/data-components/ node_modules/civil-server/dist/data-components/
34
34
35
+ # echo '*************************************************************************'
36
+ # echo Svgr - create React components out of the svg files
37
+ # echo '*************************************************************************'
38
+ npm run svgr || {
39
+ echo Could not svgr
40
+ exit 1
41
+ }
42
+ echo " svgr ok"
43
+
35
44
36
45
# echo '*************************************************************************'
37
46
# echo TRANSPILE
@@ -43,6 +52,7 @@ npm run transpile || {
43
52
}
44
53
echo " transpile ok"
45
54
55
+
46
56
# echo '*************************************************************************'
47
57
# echo WEBPACK
48
58
# echo '*************************************************************************'
You can’t perform that action at this time.
0 commit comments