Skip to content

Commit

Permalink
Missing clean:all script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 12, 2024
1 parent 889ba31 commit 5c7347d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"build": "lerna run build",
"build:prod": "lerna run build:prod",
"clean": "lerna run clean",
"clean:all": "lerna run clean:all",
"eslint": "jlpm eslint:check --fix",
"eslint:check": "eslint . --cache --ext .ts,.tsx",
"lint": "jlpm prettier && jlpm eslint",
Expand Down

0 comments on commit 5c7347d

Please sign in to comment.