Skip to content

Commit

Permalink
Merge remote-tracking branch 'bp/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 21, 2024
2 parents 4a210e6 + 5a3a54a commit df5fcb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .scripts/purge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@


npm run clean

if [[ -d node_modules/nx ]]; then
nx reset
fi

rm -rf node_modules package-lock.json
npm run refresh

if [[ -d node_modules/nx ]]; then
nx reset
fi

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bootstrap": "npm i --loglevel info --disturl=https://npmmirror.com/dist/",
"build": "sh .scripts/build.sh",
"ci": "npm run cov",
"clean": "lerna clean --loglevel error --yes && lerna run clean && nx reset",
"clean": "lerna clean --loglevel error --yes && lerna run clean",
"cov": "sh .scripts/cov.sh",
"lint": "sh .scripts/lint.sh",
"lint:cycle": "lerna exec -- madge --circular --extensions ts src",
Expand Down

0 comments on commit df5fcb0

Please sign in to comment.