Skip to content

Commit

Permalink
Update link commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed May 15, 2024
1 parent a68d298 commit ebe0567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"preinstall": "git submodule update --init --recursive",
"postinstall": "npm run install:charticulator && npm run copyfiles && link:react-dom && link:react && link:icons",
"postinstall": "npm run install:charticulator && npm run copyfiles && npm run link:react-dom && npm run link:react && npm run link:icons",
"link:react": "npx link ./charticulator/node_modules/react",
"link:react-dom": "npx link ./charticulator/node_modules/react-dom",
"link:icons": "npx link ./charticulator/node_modules/@fluentui/react-icons",
Expand Down

0 comments on commit ebe0567

Please sign in to comment.