We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489572d commit 7f83045Copy full SHA for 7f83045
start.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+if [ "$NODE_ENV" = "production" ] ; then
4
+ npm run build
5
+else
6
+ npm run dev
7
+fi
0 commit comments