Skip to content

Commit

Permalink
Clean up more extension files for macOS (#965)
Browse files Browse the repository at this point in the history
When running `npm run clean:ext` some files are left behind on macOS.
Add these files to make sure it's clean after running this command.

[skip changeset]
  • Loading branch information
tombruijn authored Dec 5, 2023
1 parent 2b9a6cb commit 12e3968
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 @@ -62,7 +62,7 @@
"build:watch": "tsc -p tsconfig.json -w --preserveWatchOutput",
"postclean": "npm run clean:ext",
"clean": "rimraf dist coverage build",
"clean:ext": "rimraf ext/appsignal-agent ext/libappsignal.a ext/appsignal.* ext/*.tar.gz ext/*.report build/",
"clean:ext": "rimraf ext/appsignal-agent ext/._appsignal-agent ext/libappsignal.a ext/libappsignal.dylib ext/appsignal.* ext/*.tar.gz ext/*.report build/",
"preinstall": "node scripts/extension/prebuild.js",
"install": "node scripts/extension/extension.js",
"link:npm": "npm link",
Expand Down

0 comments on commit 12e3968

Please sign in to comment.