Skip to content

Commit

Permalink
Remove ts cache from cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Feb 27, 2020
1 parent a945c15 commit de3e311
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 @@ -175,7 +175,7 @@
},
"scripts": {
"prebuild": "npm run check-engines",
"clean:packages": "rimraf ./packages/*/build ./packages/*/build-* ./.cache/*.tsbuildinfo ./packages/*/node_modules",
"clean:packages": "rimraf ./packages/*/build ./packages/*/build-* ./packages/*/node_modules",
"prebuild:packages": "npm run clean:packages && lerna run build",
"build:packages": "node ./bin/packages/build.js",
"build:package-types": "node ./bin/packages/build-types.js",
Expand Down

0 comments on commit de3e311

Please sign in to comment.