File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ These are the relevant portions of the changes you will need to do in order to w
23
23
```
24
24
"scripts": {
25
25
...,
26
- "postinstall": "bash postinstall.sh ",
26
+ "postinstall": "node postinstall.js ",
27
27
"build": "webpack",
28
28
...
29
29
},
@@ -67,7 +67,7 @@ These are the relevant portions of the changes you will need to do in order to w
67
67
...
68
68
```
69
69
70
- #### postinstall.sh
70
+ #### postinstall.js
71
71
72
72
Create symlinks from ` node_modules ` to your public folder in order to serve static assets
73
73
@@ -103,7 +103,7 @@ directories.forEach((folderName) => {
103
103
import React, { Component } from 'react';
104
104
105
105
import '@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css';
106
- import IconSettings from 'design-system-react/components/icon-settings';
106
+ import IconSettings from '@salesforce/ design-system-react/components/icon-settings';
107
107
...
108
108
...
109
109
You can’t perform that action at this time.
0 commit comments