Skip to content

Commit

Permalink
svgr
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfridley committed Jun 23, 2021
1 parent 3ceedc7 commit aa11542
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ node node_modules/civil-server/dist/tools/react-directory-indexer.js app/web-com
#
node node_modules/civil-server/dist/tools/react-directory-indexer.js --data app/data-components/ node_modules/civil-server/dist/data-components/

#echo '*************************************************************************'
#echo Svgr - create React components out of the svg files
#echo '*************************************************************************'
npm run svgr || {
echo Could not svgr
exit 1
}
echo "svgr ok"


#echo '*************************************************************************'
#echo TRANSPILE
Expand All @@ -43,6 +52,7 @@ npm run transpile || {
}
echo "transpile ok"


#echo '*************************************************************************'
#echo WEBPACK
#echo '*************************************************************************'
Expand Down

0 comments on commit aa11542

Please sign in to comment.