Skip to content

Commit

Permalink
chore: fix inconsistency in rimraf script spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
liwakin and aduh95 authored Jun 13, 2024
1 parent 71a61cd commit e4c382e
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 @@ -63,7 +63,7 @@
"lint": "eslint .",
"prepack": "yarn build",
"postpack": "run clean",
"rimraf": "node -e 'for(let i=2; i<process.argv.length;i++)fs.rmSync(process.argv[i],{recursive:true,force:true});'",
"rimraf": "node -e 'for(let i=2;i<process.argv.length;i++)fs.rmSync(process.argv[i],{recursive:true,force:true});'",
"typecheck": "tsc --noEmit",
"test": "jest"
},
Expand Down

0 comments on commit e4c382e

Please sign in to comment.