There was an error while loading. Please reload this page.
1 parent 5ee270d commit a327151Copy full SHA for a327151
project/FrontendCommands.scala
@@ -4,7 +4,7 @@
4
*/
5
object FrontendCommands {
6
val dependencyInstall: String = "npm install"
7
- val test: String = "npm run test-no-watch"
+ val test: String = "npm run test"
8
val serve: String = "npm run start"
9
- val build: String = "npm run build-prod"
+ val build: String = "npm run build"
10
}
0 commit comments