Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkp7 committed May 21, 2024
1 parent 211492a commit 2f7b037
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 @@ -44,7 +44,7 @@
"eslint:fix": "eslint src/**/*.{ts,tsx} --fix",
"test": "npm run spellcheck && npm run build:dts && npm run eslint && npm run mocha:cov",
"prepare": "npm test && npm run build && npm run docs",
"clean": "node ./scripts/rm-rf.js ./lib ./coverage ./build ./build-docs ./pages ./src/schemas/auto-build"
"clean": "node ./scripts/rm-rf.js ./lib ./coverage ./build ./build_md ./pages ./src/schemas/auto-build"
},
"keywords": [
"ortac",
Expand Down

0 comments on commit 2f7b037

Please sign in to comment.