Skip to content

Commit

Permalink
fix: update base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adiwajshing committed Oct 29, 2024
1 parent d2215b0 commit 0226de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/scripts/download-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CLONE_CMD = [
`git reset ${GIT_COMMIT_HASH} --hard`
].join(' && ')

const BASE_DIR = join(__dirname, '../../tmp')
const BASE_DIR = join(__dirname, '../../')
const DIRS_TO_COPY = [
'resources',
'bin'
Expand Down

0 comments on commit 0226de3

Please sign in to comment.