We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f1b3 commit cdbcabeCopy full SHA for cdbcabe
package.json
@@ -9,7 +9,7 @@
9
"client": "npm start --prefix frontend",
10
"dev": "concurrently \"npm run server\" \"npm run client\"",
11
"build:server": "tsc",
12
- "build:frontend": "cd frontend && sudo yarn build"
+ "build:frontend": "cd frontend && npm run build"
13
},
14
"dependencies": {
15
"@sendgrid/mail": "^7.6.1",
0 commit comments