Skip to content

Commit

Permalink
Merge pull request #67 from UoaWDCC/api/scripts
Browse files Browse the repository at this point in the history
Changhed script concurrently to do yarn run instead of npm run
  • Loading branch information
gmat224 authored Jun 8, 2024
2 parents e4fb82a + 2554c18 commit 21f404c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"start": "node dist/index.js",
"dev": "nodemon index.ts",
"email": "email dev",
"start-web": "cd ../web && npm run dev",
"start-api": "npm run dev",
"con": "concurrently \"npm run start-api\" \"npm run start-web\""
"start-web": "cd ../web && yarn run dev",
"start-api": "yarn run dev",
"con": "concurrently \"yarn run start-api\" \"yarn run start-web\""
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
Expand Down

0 comments on commit 21f404c

Please sign in to comment.