Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhuynh committed Jan 8, 2024
1 parent d1df8f8 commit 7468037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mephisto/tools/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def build_custom_bundle(
"The script should be able to be ran with bash"
)

if APP_ENV == 'prod':
if APP_ENV == 'prod' or APP_NAME == 'test':
webpack_complete = subprocess.call(["npm", "run", "build"])
else:
webpack_complete = subprocess.call(["npm", "run", "dev"])
Expand Down

0 comments on commit 7468037

Please sign in to comment.