Skip to content

Commit

Permalink
remove package contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Apr 4, 2024
1 parent e6eb939 commit be0e227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-scripts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scripts:
build:
default: lerna run --stream build --ignore @socialgouv/contibutions
default: lerna run --stream build
internals: lerna run --stream --scope shared* build
targets: lerna run --stream --scope frontend --scope alert-cli build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"build": "nps build",
"build:watch": "lerna run --stream build:watch --ignore @socialgouv/contibutions",
"build:watch": "lerna run --stream build:watch",
"dev": "nps dev",
"lint": "nps lint",
"start": "nps",
Expand Down

0 comments on commit be0e227

Please sign in to comment.