Skip to content

Commit

Permalink
chore: separate task with and without debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 26, 2024
1 parent be413d8 commit dd23a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"dev": "node --watch-path=./ packages/indiekit/bin/cli.js serve",
"start": "indiekit serve --debug",
"debug": "indiekit serve --debug",
"start": "indiekit serve",
"lint:prettier": "prettier . --check",
"lint:prettier:fix": "prettier . --write",
"lint:js": "eslint '**/*.js'",
Expand Down

0 comments on commit dd23a1c

Please sign in to comment.