Skip to content

Commit

Permalink
[TS] Add missing paths to clean script in libjoynr-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Reuter authored and guidoostkampdebertrandtcom committed Mar 23, 2020
1 parent 4c79d52 commit d67c717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/libjoynr-js/package.json
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"sig": "cd scripts && node createBuildSignature && cd -",
"clean": "rm -rf node_modules package-lock.json src/main/js/node_modules out .output",
"clean": "rm -rf node_modules package-lock.json src/main/js/node_modules out .output src/main/js/joynr/buildSignature.ts src/main/js/etc",
"format:install": "npm i prettier@1.17.1 --no-save && npm run format",
"format": "prettier --write $npm_package_config_glob",
"lint": "../../node_modules/.bin/eslint $npm_package_config_glob --max-warnings 0",
Expand Down

0 comments on commit d67c717

Please sign in to comment.