mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Add symlinks after installing packages
This commit is contained in:
parent
ed53add80d
commit
db27b4eeae
@ -20,6 +20,7 @@ const actionFunctions: Record<string, () => void> = {
|
||||
install: () => {
|
||||
runAction('Installing dependencies', (workspace) => {
|
||||
runNPMCommand(workspace, ['install']);
|
||||
addLinksToWorkspace(workspace);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user