Link a theme
Last updated
yarn run link <path> or npm run link <path>Sets ScandiPWA as a Magento Theme from your specified folder.
Please follow this guide for linking ScandiPWA theme to your Magento App.
Since magento-scripts version 2 to link a theme it must be located within Magento project!
-v, --verboseSince magento-scripts@1.9.0
This option will enable printing of logs from linking a theme.
yarn run link ./path/to/scandipwa --verbose # for Yarn
npm run link ./path/to/scandipwa -- --verbose # for NPMyarn run link ./path/to/scandipwa # for Yarn
npm run link ./path/to/scandipwa # for NPMLast updated