Skip to content

Commit

Permalink
ci: enabling debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Oct 8, 2024
1 parent c6dcb25 commit 5abe46c
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 @@ -30,7 +30,7 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"dev": "node --watch-path=./ packages/indiekit/bin/cli.js serve",
"start": "indiekit serve",
"start": "indiekit serve --debug",
"lint:prettier": "prettier . --check",
"lint:prettier:fix": "prettier . --write",
"lint:js": "eslint '**/*.js'",
Expand Down

0 comments on commit 5abe46c

Please sign in to comment.