Skip to content

Commit

Permalink
chore: add clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 15, 2023
1 parent 05a5bc4 commit 657d5c3
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 @@ -13,6 +13,7 @@
"start:indexer": "npm run dev --workspace=indexer",
"test": "npm run test -ws --if-present",
"build": "npm run build -ws --if-present",
"clean": "npm run clean -ws --if-present",
"docker:build": "npm run docker:build -ws --if-present",
"format": "prettier --list-different --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 657d5c3

Please sign in to comment.