Skip to content

Commit

Permalink
chore: add initialise script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
okorie2 committed Sep 4, 2023
1 parent 1b58f11 commit 3232673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"upgrade-all": "yarn-upgrade-all"
"upgrade-all": "yarn-upgrade-all",
"initialise": "yarn link '@rawgraphs/rawgraphs-charts' && yarn install"

},
"browserslist": {
"production": [
Expand Down

0 comments on commit 3232673

Please sign in to comment.