Skip to content
Snippets Groups Projects
Commit be9a96de authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

Merge branch 'mk-fix-deploy' into 'master'

run the yarn-installed grunt version instead of relying on local grunt

See merge request !155
parents 4338c2c7 6a5f2ad4
No related branches found
No related tags found
2 merge requests!158backmerge the fixed deploys to `develop`,!155run the yarn-installed grunt version instead of relying on local grunt
Pipeline #69912 passed
......@@ -55,10 +55,10 @@ do
ln -s ../../theme theme
# install npm
yarn global add grunt-cli generator-reveal
yarn global add grunt-cli generator-reveal grunt
yarn install
grunt dist
yarn exec grunt dist
cp -rL public/* $rootDir/public/$BLADE/$version/.
echo " > latest 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