Skip to content

Commit

Permalink
Merge pull request #45 from aleleba/PR-953428
Browse files Browse the repository at this point in the history
PR-953428: Updating packages
  • Loading branch information
aleleba authored Sep 18, 2024
2 parents bc85fdc + 6bf539a commit 410dda1
Show file tree
Hide file tree
Showing 3 changed files with 2,359 additions and 2,009 deletions.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if(!checkedOut) process.exit(-1);

const actualVersion = runCommandWithOutput(`cd ${repoName} && node -p "require('./package.json').version"`).toString().trim()

const installDepsCommand = `cd ${repoName} && npm install`;
const installDepsCommand = `cd ${repoName} && npm install --legacy-peer-deps`;
const cleanGitHistoryCommand = `cd ${repoName} && rm -rf .git && git init && git add --all -- ":!.github" ":!bin" && git commit -m "Initial commit"`
const cleanGitHistoryCommandWindows = `cd ${repoName} && rmdir .git /s /q && git init && git add --all -- ":!.github" ":!bin" && git commit -m "Initial commit"`
const deleteFoldersCommand = `cd ${repoName} && rm -rf .github && rm -rf bin`
Expand Down
Loading

0 comments on commit 410dda1

Please sign in to comment.