mirror of
https://github.com/iconify/iconify.git
synced 2024-12-13 22:18:24 +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: () => {
|
install: () => {
|
||||||
runAction('Installing dependencies', (workspace) => {
|
runAction('Installing dependencies', (workspace) => {
|
||||||
runNPMCommand(workspace, ['install']);
|
runNPMCommand(workspace, ['install']);
|
||||||
|
addLinksToWorkspace(workspace);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user