Skip to content

Commit 7f83045

Browse files
committed
🐳 Create the start.sh
1 parent 489572d commit 7f83045

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: start.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)