Skip to content

Commit

Permalink
fix cleaning dist directory, caused a file renamed in case not to be …
Browse files Browse the repository at this point in the history
…applied, and the old filename was still in dist. Not recognized on Mac with case-insensitive FS, but broke linux pipeline
  • Loading branch information
JanST123 committed May 10, 2023
1 parent 7cf1ccb commit eb4df9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"private": false,
"scripts": {
"build": "node ./scripts/clean_dist.js && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./scripts/fixup",
"build": "rm -rf dist && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./scripts/fixup",
"build-browser": "npm run build && webpack",
"updateFromSpec": "node ./scripts/types_from_apispec.js"
},
Expand Down
20 changes: 0 additions & 20 deletions scripts/clean_dist.js

This file was deleted.

0 comments on commit eb4df9d

Please sign in to comment.