Skip to content

Commit

Permalink
fix: finally it will update to our repo and not ark pls
Browse files Browse the repository at this point in the history
  • Loading branch information
Cactus-15-49 committed Jan 31, 2022
1 parent 106d35e commit 85be05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-cli/src/services/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export class Installer {

const coreFolder = __dirname + "/../../../../";

const command = `cd ${coreFolder} && git reset --hard \`git rev-list --max-parents=0 --abbrev-commit HEAD\` && git remote update && git checkout tags/${tag} && yarn setup`

const command = `cd ${coreFolder} && git fetch --all --tags -f && git checkout tags/${tag} && yarn setup`
const { stdout, stderr, exitCode } = sync(command, { shell: true });


Expand Down

0 comments on commit 85be05c

Please sign in to comment.