@@ -2,7 +2,7 @@
pwd
yarn
-npm run build
+npm run build:prod
rm -rf ~/project/examcloud/static/student-client/dist/*
cp -r dist ~/project/examcloud/static/student-client/
@@ -1,6 +1,8 @@
+#!/bin/bash
+
+npm run build:staging