Skip to content

Commit a327151

Browse files
committed
Update frontend build commands
1 parent 5ee270d commit a327151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/FrontendCommands.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
object FrontendCommands {
66
val dependencyInstall: String = "npm install"
7-
val test: String = "npm run test-no-watch"
7+
val test: String = "npm run test"
88
val serve: String = "npm run start"
9-
val build: String = "npm run build-prod"
9+
val build: String = "npm run build"
1010
}

0 commit comments

Comments
 (0)