Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Aug 18, 2023
1 parent d47c3f6 commit ae1c3fe
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 @@ -2,7 +2,7 @@
"private": true,
"packageManager": "pnpm@8.6.12",
"scripts": {
"build": "nr build:packages && && nr generate:swagger",
"build": "nr build:packages && nr generate:swagger",
"build:apidoc": "redocly build-docs docs/swagger.yaml -o apidoc/index.html",
"build:packages": "turbo build",
"dev": "npm -C ./packages/client run dev",
Expand Down

0 comments on commit ae1c3fe

Please sign in to comment.