Fix CI having invalid node_env
This commit is contained in:
parent
c6e6ac18a2
commit
231ff3a73d
2 changed files with 2 additions and 5 deletions
|
@ -38,6 +38,8 @@ import { createClient } from "matrix-js-sdk/src/matrix";
|
|||
|
||||
let lastLocationHashSet: string = null;
|
||||
|
||||
console.log(`Application is running in ${process.env.NODE_ENV} mode`);
|
||||
|
||||
// Parse the given window.location and return parameters that can be used when calling
|
||||
// MatrixChat.showScreen(screen, params)
|
||||
function getScreenFromLocation(location: Location) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue