Skip to content

Commit

Permalink
fix: environment.json path, jsign path
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 5, 2024
1 parent 341e6d7 commit 4b08b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/www/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function main(...parameters) {
}

await fs.writeFile(
path.resolve(getRootDir(), 'www', 'environment.json'),
path.resolve(getRootDir(), 'client', 'www', 'environment.json'),
JSON.stringify({
SENTRY_DSN: sentryDsn,
APP_VERSION: versionName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {dirname, resolve} from 'path';
import {fileURLToPath, pathToFileURL} from 'url';
import {format} from 'util';

import {jsign} from '../../../../third_party/jsign/index.mjs';
import {jsign} from '../../../third_party/jsign/index.mjs';

/**
* Get the parent folder path of this script.
Expand Down

0 comments on commit 4b08b5f

Please sign in to comment.