Skip to content

Commit 90c5a96

Browse files
committed
Clean dist dir
1 parent 22a24a4 commit 90c5a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/openapi-typescript/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"scripts": {
4343
"build": "run-s -s build:*",
44+
"build:clean": "del dist",
4445
"build:esm": "tsc -p tsconfig.build.json",
4546
"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;\"",
4647
"dev": "tsc -p tsconfig.build.json --watch",

0 commit comments

Comments
 (0)