Skip to content

Commit

Permalink
fix: revert package json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnmolBansalDEV committed Nov 24, 2023
1 parent 2d675c8 commit 2b75d23
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@
"codegen:cleanup": "rm --force --verbose ./openapitools.json",
"codegen:lerna": "lerna run codegen",
"codegen:warmup-mkdir": "make-dir ./node_modules/@openapitools/openapi-generator-cli/versions/",
"codegen:warmup-v5.2.1": "nwget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.2.1/openapi-generator-cli-5.2.1.jar -O ./node_modules/@openapitools/openapi-generator-cli/versions/5.2.1.jar",
"codegen:warmup-v6.3.0": "nwget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.3.0/openapi-generator-cli-6.3.0.jar -O ./node_modules/@openapitools/openapi-generator-cli/versions/6.3.0.jar",
"watch-other": "lerna run --parallel watch ",
"codegen:warmup-v6.6.0": "nwget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.6.0/openapi-generator-cli-6.6.0.jar -O ./node_modules/@openapitools/openapi-generator-cli/versions/6.6.0.jar",
"watch-other": "lerna run --parallel watch",
"watch-tsc": "tsc --build --watch",
"watch": "run-p -r watch-*",
"build": "npm-run-all build:dev build:prod",
Expand Down Expand Up @@ -279,4 +278,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit 2b75d23

Please sign in to comment.