mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-10 23:35:08 +00:00
9 lines
505 B
Batchfile
9 lines
505 B
Batchfile
|
REM Symbolic links solution for web-platform/pattern-lab integration in the same branch
|
||
|
REM To create symbolic links as non admin:
|
||
|
REM 1. Bring up your run box, type “secpol.msc” and click OK.
|
||
|
REM 2. Navigate under the Security Settings \ Local Policies \ User Rights Assignment folder.
|
||
|
REM 3. Find “Create symbolic links” and add the Users group to it.
|
||
|
REM 4. Restart system.
|
||
|
|
||
|
mklink /D assets ..\pattern-library\public\assets
|
||
|
mklink /D ..\pattern-library\public\data ..\..\web-platform\test\data
|