Skip to content

Commit

Permalink
chore: build-clean should remove ts build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 19, 2019
1 parent b48576a commit d6af3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"webpack": "^4.28.4"
},
"scripts": {
"build-clean": "rm -rf ./packages/*/build ./packages/*/build-es5",
"build-clean": "rm -rf ./packages/*/build ./packages/*/build-es5 ./packages/*/tsconfig.tsbuildinfo",
"prebuild": "yarn build:ts",
"build": "node ./scripts/build.js",
"build:ts": "node scripts/buildTs.js",
Expand Down

0 comments on commit d6af3af

Please sign in to comment.