Skip to content

Commit

Permalink
do linking in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mateomorris committed Oct 20, 2022
1 parent 1db259c commit ac8f0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "primo",
"repository": "https://github.com/primo-af/primo.git",
"scripts": {
"install": "cd desktop && npm install",
"install": "cd editor && npm install && npm link && cd ../desktop && npm install && npm link @primo-app/primo",
"dev": "npm run desktop",
"desktop": "cd desktop && npm run start",
"demo": "cd demo && npm run dev",
Expand All @@ -20,4 +20,4 @@
"prettier": "^2.5.1",
"vitest": "0.0.139"
}
}
}

0 comments on commit ac8f0cd

Please sign in to comment.