Skip to content
Snippets Groups Projects
Commit d7113458 authored by tamaina's avatar tamaina
Browse files

production install

parent 2339071b
No related branches found
No related tags found
No related merge requests found
......@@ -733,7 +733,7 @@ cd "$misskey_directory";
tput setaf 3;
echo "Process: install npm packages;"
tput setaf 7;
npx yarn install;
npx yarn install --production;
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