Skip to content

Commit cdbcabe

Browse files
update dockerfile
1 parent 678f1b3 commit cdbcabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"client": "npm start --prefix frontend",
1010
"dev": "concurrently \"npm run server\" \"npm run client\"",
1111
"build:server": "tsc",
12-
"build:frontend": "cd frontend && sudo yarn build"
12+
"build:frontend": "cd frontend && npm run build"
1313
},
1414
"dependencies": {
1515
"@sendgrid/mail": "^7.6.1",

0 commit comments

Comments
 (0)