Skip to content

Commit

Permalink
fixup! Chore(ci): Yarn do not support pre and post hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 5, 2024
1 parent 291aa37 commit 34cc809
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 @@ -42,8 +42,8 @@
"packages:start": "lerna run start --parallel",
"packages:test": "lerna run test",
"packages:types": "lerna run types --no-sort",
"packages:build:libs": "lerna run build --ignore=@lmc-eu/spirit-web* --ignore=@lmc-eu/spirit-demo-app",
"packages:build:web": "lerna run build --scope=@lmc-eu/spirit-web* --scope=@lmc-eu/spirit-demo-app",
"packages:build:libs": "lerna run build --ignore '@lmc-eu/spirit-web*' --ignore=@lmc-eu/spirit-demo-app --ignore=@lmc-eu/spirit-storybook",
"packages:build:web": "lerna run build --scope '@lmc-eu/spirit-web*' --scope=@lmc-eu/spirit-demo-app",
"packages:publish": "lerna publish",
"packages:diff": "lerna diff",
"packages:changed": "lerna changed",
Expand Down

0 comments on commit 34cc809

Please sign in to comment.