我有一个npm启动命令,要求哈巴狗和手写笔查看文件,并启动http-server。
我是一个喜欢bash的业余爱好者。我应该使用;
s还是&
s?
"start": "pug -w source/ --out target/ & stylus -w source/ --out target/ & sync-files -w source/ target/ & http-server target/",
我的麻烦在于我希望所有这些命令继续运行,直到我按ctrl
+ c
,然后我希望所有这些命令都停止。