Skip to content
Snippets Groups Projects
Commit 073ae19e authored by Alex's avatar Alex
Browse files

ci: install npm packages first

parent 45e4534f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
for dir in plugins/*/; do
echo "Building $dir"
cd $dir
npm install
npm run compile
cd -
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment