Skip to content

Commit

Permalink
chore(all): fix patrh in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
djey47 committed Dec 8, 2023
1 parent 92fba99 commit af7efef
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 @@ -6,7 +6,7 @@
"doc": "doc"
},
"scripts": {
"build": "cd ./api && npm run build;cd ./web && npm run build",
"build": "cd ./api && npm run build;cd ../web && npm run build",
"install": "npm run install-api;npm run install-web",
"install-api": "cd ./api && npm install && npm run build",
"install-web": "cd ./web && npm install && npm run build",
Expand Down

0 comments on commit af7efef

Please sign in to comment.