We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a24a4 commit 90c5a96Copy full SHA for 90c5a96
packages/openapi-typescript/package.json
@@ -41,6 +41,7 @@
41
},
42
"scripts": {
43
"build": "run-s -s build:*",
44
+ "build:clean": "del dist",
45
"build:esm": "tsc -p tsconfig.build.json",
46
"build:cjs": "esbuild --bundle --platform=node --target=es2019 --outfile=dist/index.cjs --external:js-yaml --external:undici src/index.ts --footer:js=\"module.exports = module.exports.default;\"",
47
"dev": "tsc -p tsconfig.build.json --watch",
0 commit comments