Skip to content

Commit

Permalink
fix: npm run custom.dev run dev server started instead of custom.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienArcellier committed Aug 15, 2024
1 parent f8363dc commit 2cff82b
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 @@ -18,7 +18,7 @@
"dev": "npm run -w writer-ui dev",
"storybook": "npm run -w writer-ui storybook",
"storybook.build": "npm run -w writer-ui storybook.build",
"custom.dev": "npm run -w writer-ui dev",
"custom.dev": "npm run -w writer-ui custom.dev",

"cli:test": "pytest tests -o log_cli=true ",
"cli:lint": "mypy ./src/writer --exclude app_templates/* && ruff check",
Expand Down

0 comments on commit 2cff82b

Please sign in to comment.