Skip to content
Snippets Groups Projects
Commit fc5346ad authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change of order of commands

parent 899e1055
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,14 @@ do
# change to the blade directory to be built
cd $BLADE
# install npm
yarn add -g yo grunt-cli generator-reveal
yarn
# build the unstable version - can be optimized
git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git
git submodule update --recursive --init
# install npm
yarn add -g grunt-cli generator-reveal
yarn
grunt dist
mv public/* $rootDir/public/$BLADE/unstable/.
echo " > unstable built for file set ${BLADE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment