Skip to content

Commit

Permalink
Merge pull request #1208 from karelhala/remove-lock-files
Browse files Browse the repository at this point in the history
Remove lock files in build and clean step to allow linking
  • Loading branch information
Hyperkid123 authored Jul 19, 2021
2 parents fa8e51c + ef9a69f commit 199575c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"whatwg-fetch": "^3.6.2"
},
"scripts": {
"clean": "lerna clean -y && rm -rf node_modules",
"postinstall": "npm run build",
"clean": "lerna clean -y && lerna exec rm -- -f package-lock.json && rm -rf node_modules",
"postinstall": "npm run build && lerna exec rm -- -f package-lock.json",
"start": "lerna run --parallel start --ignore=docs",
"build": "lerna run build --stream --no-private --ignore=@redhat-cloud-services/frontend-components-config*",
"generate-translations": "npm run build && node packages/utils/src/mergeMessages.js",
Expand Down

0 comments on commit 199575c

Please sign in to comment.