Skip to content

Commit

Permalink
make sure to clean up build dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Dec 12, 2022
1 parent 36f4058 commit e2f28cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion epoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"outDir": "build",
"format": ["cjs", "esm"],
"sourcemap": true,
"dts": true
"dts": true,
"clean": true
},
"jest": {
"preset": "ts-jest",
Expand Down
3 changes: 2 additions & 1 deletion gmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"outDir": "build",
"format": ["cjs", "esm"],
"sourcemap": true,
"dts": true
"dts": true,
"clean": true
},
"jest": {
"preset": "ts-jest",
Expand Down
3 changes: 2 additions & 1 deletion predictor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"outDir": "build",
"format": ["cjs", "esm"],
"sourcemap": true,
"dts": true
"dts": true,
"clean": true
},
"jest": {
"preset": "ts-jest",
Expand Down
3 changes: 2 additions & 1 deletion spreads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"outDir": "build",
"format": ["cjs", "esm"],
"sourcemap": true,
"dts": true
"dts": true,
"clean": true
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit e2f28cd

Please sign in to comment.