Skip to content

Commit

Permalink
fix: Fixed error swagger file not found (close #1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Mar 31, 2023
1 parent 8d11653 commit 8ead812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"scripts": {
"build:types": "tsc",
"build:js": "rimraf dist && babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"build:js": "rimraf dist && babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline --copy-files",
"build": "npm run build:types && npm run build:js",
"changelog:last": "conventional-changelog -p angular -r 2",
"changelog:preview": "conventional-changelog -p angular -u",
Expand Down

0 comments on commit 8ead812

Please sign in to comment.