Skip to content

Commit

Permalink
fix: typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 19, 2023
1 parent cb4f245 commit 32d313f
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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Open-Meteo SDK",
"scripts": {
"build": "rm -rf dist_ts && tsc --project tsconfig.build.json && mkdir dist_ts && cp package.json dist_ts/package.json",
"build": "rm -rf dist_ts && tsc --project tsconfig.build.json && mkdir -p dist_ts && cp package.json dist_ts/package.json",
"clean": "rm -rf ./dist_ts/",
"prepare": "husky install",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 32d313f

Please sign in to comment.