Skip to content

Commit

Permalink
Chore: Adapted directory cleanup in build/publish scripts (linux only)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.holzapfel committed Aug 9, 2022
1 parent d43d1a8 commit b61b80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/stefanholzapfel/lit-translate.git"
},
"scripts": {
"build": "tsc -b --clean && tsc",
"publish_npm": "tsc -b --clean && tsc && yarn publish"
"build": "rm -rf ./dist/ && tsc",
"publish_npm": "rm -rf ./dist/ && tsc && yarn publish"
},
"author": "Stefan Holzapfel",
"license": "MIT",
Expand Down

0 comments on commit b61b80d

Please sign in to comment.