Skip to content
Snippets Groups Projects
Unverified Commit 629cd02f authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Update update.ubuntu.sh

parent 5d1d00b1
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,11 @@ tput setaf 3;
echo "Process: yarn install and clean;";
tput setaf 7;
npx yarn install;
tput setaf 3;
echo "Process: clean;";
tput setaf 7;
npm run clean;
npx yarn install;
tput setaf 3;
echo "Process: build misskey;";
......
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