Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Remove --inspect flag from demo process as there is nothing to inspec…
Browse files Browse the repository at this point in the history
…t 🐿 v2.12.5
  • Loading branch information
i-like-robots committed Nov 26, 2019
1 parent 0cd63b0 commit c6cccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ demo-build:
@$(DONE)

demo: demo-build
@node --inspect demos/app
@node demos/app

a11y: demo-build
@node .pa11yci.js
Expand Down

0 comments on commit c6cccb0

Please sign in to comment.