Skip to content

Commit

Permalink
feat: ajout du clean après l'update des données
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Golfier <[email protected]>
  • Loading branch information
m-maillot and maxgfr authored Dec 4, 2023
1 parent db17279 commit 34886fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"data:clean": "node -r esm ./scripts/clean.js",
"data:list": "node -r esm ./scripts/list.js",
"data:match": "node -r esm ./scripts/match.js",
"data:update": "yarn data:fetch && yarn data:match && yarn data:list && yarn data:check",
"data:update": "yarn data:fetch && yarn data:match && yarn data:list && yarn data:check && yarn data:clean",
"posttest": "yarn data:check",
"setup": "node -r esm ./scripts/setup.js",
"test": "yarn test:lint && yarn test:type && yarn test:unit --silent",
Expand Down

0 comments on commit 34886fd

Please sign in to comment.