Skip to content

Commit

Permalink
chore: pass --glob option as not implicit in rimraf 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 12, 2024
1 parent 5ddc257 commit 3fae6b4
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 @@ -114,7 +114,7 @@
"lint:fix": "npm run lint -- --fix",
"prebuild": "npm run clean",
"download-libs": "npm run clean && bash script/download-libs.sh",
"clean-libs": "rimraf standalone/*.{js,map,d.ts} standalone/{windows**,linux**,darwin**} 'ffi'",
"clean-libs": "rimraf --glob standalone/*.{js,map,d.ts} standalone/{windows**,linux**,darwin**} 'ffi'",
"build": "tsc --project tsconfig.build.json",
"prerelease": "npm run snyk-protect",
"release": "commit-and-tag-version",
Expand Down

0 comments on commit 3fae6b4

Please sign in to comment.